Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 8080 |
| SPEC_URL | No | Spec URL (OpenAPI or Postman) | |
| AUTH_NAME | No | Header or query param name for authentication | |
| AUTH_TYPE | No | Authentication type: none/apiKey/bearer/basic | |
| LOG_LEVEL | No | Log level (debug/info/warn/error) | info |
| SPEC_FILE | No | Path to spec file | |
| AUTH_VALUE | No | The actual auth value | |
| SPEC_FORMAT | No | Force format: openapi or postman | |
| UPSTREAM_URL | No | Upstream API base URL | |
| EXCLUDE_TOOLS | No | Comma-separated exclude patterns for tools | |
| INCLUDE_TOOLS | No | Comma-separated include patterns for tools |
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 | |