Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CACHE_TTL | No | Cache time-to-live in seconds | 300 |
MCP_SERVER_URL | No | The URL of the deployed ManaMurah MCP server with /sse path | https://manamurah-mcp-server.your-account.workers.dev/sse |
MANAMURAH_API_BASE | No | Base URL for the ManaMurah API | https://api.manamurah.com |
RATE_LIMIT_ENABLED | No | Enable rate limiting for API requests | true |
MAX_QUERIES_PER_HOUR | No | Maximum number of queries allowed per hour | 100 |
MAX_QUERIES_PER_MINUTE | No | Maximum number of queries allowed per minute | 10 |
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 |
---|---|
No tools |