Servidor MCP¶
MCP server for semtree - exposes 3 tools to AI assistants.
Tools
- index_project - (re)index the current project
- get_context - build context string for a task/query
- search_symbols - search for specific symbols by name or query
Run with: semtree-mcp Or: python -m semtree.mcp
serve ¶
Entry point for the semtree-mcp binary.
Starts the MCP server using the mcp library if available, otherwise prints an error and exits.