Skip to main content

Module mcp

Module mcp 

Source
Expand description

MCP Server protocol implementation.

Implements Model Context Protocol (MCP) over stdio transport. Registers three tools:

  • seekr_search: Search code
  • seekr_index: Trigger index build
  • seekr_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.