Expand description
MCP Server protocol implementation.
Implements Model Context Protocol (MCP) over stdio transport. Registers three tools:
seekr_search: Search codeseekr_index: Trigger index buildseekr_status: View index status
The MCP protocol uses JSON-RPC 2.0 over stdin/stdout.
Functionsยง
- run_
mcp_ stdio - Run the MCP Server over stdio.