Class: Rails::Command::Karst::McpCommand
- Inherits:
-
Base
- Object
- Base
- Rails::Command::Karst::McpCommand
- Includes:
- Boot
- Defined in:
- lib/rails/commands/karst/mcp/mcp_command.rb
Overview
Rails command entry point for Karst's MCP server: bin/rails karst:mcp.
Boots the host application once, the same way any other Karst Rails
command does (see Karst::Boot), then serves verify_access tool calls
over stdio for the lifetime of the process -- never a second
application copy per call.