Everything under Quiote\Mcp.
| Class | Description |
|---|
McpCatalog | Process-global registry of MCP tools/resources/prompts, mirroring the static, worker-lifetime pattern of MiddlewareCatalog and PluginManager: entries are added once at boot (via PluginRegistrar or attribute discovery, once that lands) and read once by McpServer::build() when the server is assembled. |
McpConfig | Typed snapshot of the mcp.* settings family. |
McpPlugin | Opt-in entry point for the MCP server capability. |
McpServer | Our own facade over the official mcp/sdk Server::builder() API: every Mcp\* symbol the app touches is confined to this class (plus ContainerAdapter), so an SDK breaking change (it is pre-1.0) touches one file, not the whole feature. |