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 |
---|---|
json_schema | Generate TypeScript schema for a JSON file. Provide the file path as the only parameter. |
json_filter | Filter JSON data using a shape object to extract only the fields you want. Provide filePath and shape parameters. |