Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| ABC_API_KEY | Yes | ABC System API key | |
| ABC_TIMEOUT | No | API timeout (seconds) | 30 |
| N8N_API_KEY | No | n8n API key | |
| MCP_SERVER_HOST | No | Server host | 0.0.0.0 |
| MCP_SERVER_PORT | No | Server port | 3001 |
| N8N_INSTANCE_URL | Yes | n8n instance URL | |
| N8N_WEBHOOK_PATH | No | n8n webhook path | |
| MCP_SERVER_WORKERS | No | Number of workers | 4 |
| ABC_SYSTEM_BASE_URL | Yes | ABC System API URL | |
| SSE_MAX_CONNECTIONS | No | Max SSE connections | 100 |
| SSE_HEARTBEAT_INTERVAL | No | SSE heartbeat interval | 30 |
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 | |