Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| merge_duplicate_keys | Deep merge duplicate keys in a JSON file. Last value wins for primitives, objects merge recursively. |
| read_multiple_json_values | Read values from multiple JSON files at a specified path using dot notation. Returns a map of file paths to values. |
| write_json_values | Write a value to a JSON file at a specified path using dot notation. Creates missing paths automatically. |
| delete_multiple_json_values | Delete a value at a specified path from multiple JSON files using dot notation. Returns a map of file paths to deletion results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |