Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
executenodejs | Execute JavaScript code directly with Node.js - supports ESM imports and all Node.js features. DEBUGGING GUIDANCE:
APPROACH:
|
executedeno | Execute JavaScript/TypeScript code with Deno - supports ESM imports and all Deno features. DEBUGGING GUIDANCE:
APPROACH:
WEB REQUESTS: Use fetch() instead of curl for HTTP requests |
searchcode | Semantic code search with metadata extraction and AST-aware chunking |
astgrep_search | Pattern-based code search using ast-grep - find code patterns using AST matching |
astgrep_replace | Code transformation using ast-grep rewrite patterns |
astgrep_lint | Rule-based code validation using ast-grep YAML rules |
astgrep_analyze | AST structure analysis and debugging using ast-grep |