Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| PORT | No | HTTP server port | 3000 | 
| INTERSIGHT_BASE_URL | No | The base URL for Intersight API | https://intersight.com | 
| INTERSIGHT_TOOL_MODE | No | Tool selection mode: core (65 tools) or all (199+ tools) | core | 
| INTERSIGHT_API_KEY_ID | Yes | Your Intersight API Key ID | |
| INTERSIGHT_PRIVATE_KEY_PATH | No | Path to the private key file | /app/secrets/private_key.pem | 
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  | |