# Package APIs This section provides reference documentation for Jumpstarter's package APIs and components. The documentation covers: - [Drivers](drivers/index.md): APIs for various driver categories - [MCP Server](mcp.md): AI agent integration via Model Context Protocol - [Exceptions](exceptions.md): Exceptions raised by driver clients These references are useful for developers extending Jumpstarter or integrating with custom hardware. ```{toctree} :maxdepth: 1 :hidden: drivers/index.md mcp.md exceptions.md ```