Skip to content

Console

Everything under Quiote\Mcp\Console.

ClassDescription
McpServeCommandRuns this app as an MCP server over stdio — the transport local clients (Claude Desktop, IDEs) launch as a subprocess, with no HTTP/auth surface.
McpWarmupCommandPre-populates the plain-class attribute-discovery cache (see McpServer::buildDiscoveryCache()) by building the SDK server once offline, so the first real mcp:serve/HTTP request in a freshly started process hits the file-backed cache instead of paying the filesystem-walk + reflection cost of Mcp\Capability\Discovery\Discoverer itself.