Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSPORT | No | Communication method ('stdio', 'sse') | stdio |
| OAUTH_SCOPE | No | OAuth Scope | api |
| OPENAPI_URL | Yes | URL of the OpenAPI specification | |
| SERVER_NAME | No | Custom server identifier | openapi_proxy_server |
| OAUTH_CLIENT_ID | No | OAuth Client ID | |
| OAUTH_TOKEN_URL | No | OAuth Token URL | |
| OAUTH_CLIENT_SECRET | No | OAuth Client Secret |
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 | |