Skip to main content

Crate claude_pool_server

Crate claude_pool_server 

Source
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§

ServerInfo
Server version and metadata information.
State
Shared state accessible by all tool/resource handlers.