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:
@@ -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 |
|
||||
|------|---------|
|
||||
|
||||
Reference in New Issue
Block a user