Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | No | Python path to the source directory, e.g., /path/to/regen-python-mcp/src | |
| REGEN_MCP_LOG_LEVEL | No | The logging level for the server. | INFO |
| REGEN_RPC_ENDPOINTS | No | Override default RPC endpoints (comma-separated URLs). | https://regen-rpc.polkachu.com,https://rpc.cosmos.directory/regen |
| REGEN_REST_ENDPOINTS | No | Override default REST endpoints (comma-separated URLs). | https://regen-api.polkachu.com,https://rest.cosmos.directory/regen |
| REGEN_MCP_ENABLE_CACHE | No | Configure whether the caching layer is enabled. | true |
| REGEN_MCP_CACHE_TTL_SECONDS | No | The TTL for the cache in seconds. | 60 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |