Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_LEVEL | No | Logging level | INFO |
| MCP_CACHE_SIZE | No | Result cache size | 1000 |
| MCP_ALLOW_NETWORK | No | Allow network access in code | false |
| MCP_MAX_EXEC_TIME | No | Maximum execution time (seconds) | 10.0 |
| MCP_MAX_MEMORY_MB | No | Memory limit per execution | 256 |
| MCP_ENABLE_QUANTUM | No | Enable quantum debugging | true |
| MCP_ENABLE_LEARNING | No | Enable adaptive learning | true |
| MCP_RESTRICTED_MODE | No | Enable security restrictions | true |
| MCP_ENABLE_MONITORING | No | Enable web dashboard | true |
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 | |