Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| syms_list | Extract top-level symbols (functions, classes, types, constants) from source files |
| syms_imports | Parse import statements from source files |
| syms_deps | List files that a given file depends on (imports from) |
| syms_dependents | List files that depend on (import from) a given file |
| syms_impact | Impact analysis: direct and transitive dependents of a file |
| syms_search | Search for symbols by name across a project. Matches are ranked: exact > prefix > contains (case-insensitive). |
| syms_graph | Project-wide dependency graph summary with hot spots, heaviest importers, and circular dependencies |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |