Pular para conteúdo

Servidor MCP

MCP server for semtree - exposes 3 tools to AI assistants.

Tools
  1. index_project - (re)index the current project
  2. get_context - build context string for a task/query
  3. search_symbols - search for specific symbols by name or query

Run with: semtree-mcp Or: python -m semtree.mcp

serve

serve()

Entry point for the semtree-mcp binary.

Starts the MCP server using the mcp library if available, otherwise prints an error and exits.