We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4e41b commit 6646314Copy full SHA for 6646314
README.md
@@ -10,7 +10,7 @@ A Model Context Protocol (MCP) server that builds rich code graphs to provide de
10
11
- **📊 Rich Code Graph Generation**: Parses TypeScript/NestJS projects and creates detailed graph representations with AST-level precision
12
- **🔍 Semantic Search**: Vector-based semantic search using OpenAI embeddings to find relevant code patterns and implementations
13
-- **🗣️ Natural Language Querying**: Convert natural language questions into Cypher queries using OpenAI assitants api
+- **🗣️ Natural Language Querying**: Convert natural language questions into Cypher queries using OpenAI assistants api
14
- **🎯 Framework-Aware**: Deep understanding of NestJS patterns (Controllers, Services, Modules, DTOs, Entities, etc.)
15
- **🕸️ Graph Traversal**: Explore code relationships and dependencies through intelligent graph traversal
16
- **⚡ High Performance**: Optimized Neo4j storage with vector indexing for fast retrieval
0 commit comments