Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Server port for HTTP mode | 3000 |
NODE_ENV | No | Node environment (development/production) | development |
SUPPORT_API | No | Enable specific Cisco Support APIs (comma-separated list) | bug |
CISCO_CLIENT_ID | Yes | Your Cisco API Client ID for OAuth2 authentication | |
MCP_BEARER_TOKEN | No | Custom Bearer token for HTTP authentication (HTTP mode only) | |
CISCO_CLIENT_SECRET | Yes | Your Cisco API Client Secret for OAuth2 authentication | |
DANGEROUSLY_OMIT_AUTH | No | Disables HTTP authentication entirely (development/testing only) |
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 |