Expand description
MCP (Model Context Protocol) server for Claude Code integration
Exposes codesearch’s semantic search capabilities via the MCP protocol, allowing AI assistants like Claude to search codebases during conversations.
Re-exports§
pub use types::*;
Modules§
- types
- MCP types and request/response structures
Structs§
- Codesearch
Service - Codesearch MCP service
Functions§
- run_
mcp_ server - Run the MCP server using stdio transport with file watching for live index updates.