Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to False in production. | True |
| MEDIA_ROOT | No | Directory where uploaded spec files are stored. | |
| SECRET_KEY | Yes | Django secret and Fernet encryption key derivation source. Use a strong random value and keep it consistent across restarts. | |
| ALLOWED_HOSTS | Yes | Comma-separated list of allowed hostnames, e.g., localhost,127.0.0.1 | |
| IMCP_API_TOKEN | Yes | Default admin bearer token used for portal and MCP access. | |
| IMCP_CACHE_TTL | No | Tool cache TTL in seconds. | 3600 |
| IMCP_CACHE_MAX_SIZE | No | Maximum number of cached tool sets. | 100 |
Capabilities
Server capabilities have not been inspected yet.
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 | |