Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CURUPIRA_HOST | No | Server host configuration | localhost |
| CURUPIRA_PORT | No | Server port configuration | 8080 |
| CURUPIRA_WS_URL | No | WebSocket URL configuration | ws://localhost:8080/mcp |
| CURUPIRA_LOG_LEVEL | No | Logging level configuration | debug |
| CURUPIRA_JWT_SECRET | No | JWT secret for authentication (optional) | |
| CURUPIRA_AUTH_ENABLED | No | Authentication enabled flag (optional) | false |
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 | |