feat: Extract type references from annotations and improve symbol query matching

Adds type annotation parsing to create references edges for parameter types, return types, and variable type annotations in TypeScript and other typed languages. Expands symbol extraction from queries to capture lowercase identifiers and filters out more common English words. Removes obsolete search utility tests.
This commit is contained in:
Colby McHenry
2026-04-03 16:15:44 -05:00
parent d575c945d9
commit 4af51f565b
5 changed files with 141 additions and 150 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ codegraph serve --mcp # Start MCP server
## MCP Tools Best Practices
These tools are designed to be used by **Explore agents** for faster codebase exploration:
Use these tools **directly in the main session** for fast code exploration (replaces the need for Explore agents in most cases):
| Tool | Use For |
|------|---------|