- SQLite backend with file/repo/relationship entities - tree-sitter Go AST parser for deterministic import detection - Ollama doc generation with concurrent batch processing - MCP server (FastMCP) for Claude Code integration - Merge simulation with staleness cascade - Lazy refresh for stale relationship and repo docs - CLAUDE.md for agent context
10 lines
128 B
JSON
10 lines
128 B
JSON
{
|
|
"mcpServers": {
|
|
"dev-intel": {
|
|
"command": "python",
|
|
"args": ["mcp_server.py"],
|
|
"cwd": "."
|
|
}
|
|
}
|
|
}
|