Expand description
Library interface for claude-pool-server.
Exposes State and the tool/resource builders so that integration tests
(and downstream embedders) can construct a router without going through the
binary entry point.
Modules§
- auth
- Bearer token authentication for HTTP transport.
- prompts
- MCP prompt definitions for skills.
- resources
- MCP resource definitions for claude-pool.
- tools
- MCP tool definitions for claude-pool.
Structs§
- State
- Shared state accessible by all tool/resource handlers.