Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_stack | Parse Error Stack TraceThis tool allows you to parse error stack traces by providing the following:
The tool will map the provided stack trace information to the corresponding source code location using the source map. It also supports fetching additional context lines around the error location for better debugging. Parameters:
Returns:
|
| lookup_context | Lookup Source Code ContextThis tool looks up original source code context for a specific line and column position in compiled/minified code. Parameters:
Returns:
|
| unpack_sources | Unpack Source Map SourcesThis tool extracts all source files and their content from a source map. Parameters:
Returns:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |