Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to true for development and detailed logging | |
| LOG_LEVEL | No | Logging level for the server (e.g., DEBUG, INFO) | |
| VERIFY_SSL | Yes | SSL Verification (set to true for production) | false |
| API_TIMEOUT | No | API Request Timeout in seconds | 30.0 |
| API_BASE_URL | Yes | NMC API Base URL (e.g., https://your-nmc-server.com) | |
| NMC_PASSWORD | Yes | NMC login password | |
| NMC_USERNAME | Yes | NMC login username. For domain accounts use DOMAIN\username. |
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 | |