Files
dev-intel-poc/.mcp.json
Jarvis Prime af2e54b5f3 Initial POC: Developer Intelligence knowledge graph
- 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
2026-03-04 04:25:14 +00:00

10 lines
128 B
JSON

{
"mcpServers": {
"dev-intel": {
"command": "python",
"args": ["mcp_server.py"],
"cwd": "."
}
}
}