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 |
---|---|
Cache Statistics | Real-time cache performance metrics |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
store_data | Store data in the cache with optional TTL |
retrieve_data | Retrieve data from the cache |
clear_cache | Clear specific or all cache entries |
get_cache_stats | Get cache statistics |