Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to 'development' for verbose logging | |
| AUTH_PATH | Yes | The OAuth2 token endpoint path (e.g., /oauth/token) | |
| CLIENT_ID | Yes | Your OAuth2 client ID | |
| API_BASE_URL | Yes | The base URL of the API (e.g., https://api.example.com) | |
| CLIENT_SECRET | Yes | Your OAuth2 client secret | |
| OPENAPI_EXCLUDE | No | Optional comma-separated list of operations to exclude (e.g., deleteItem) | |
| CUSTOM_TOOLS_PATH | No | Optional path to a custom tools JavaScript file | |
| OPENAPI_SPEC_PATH | Yes | Path to the OpenAPI specification file (JSON format). Required for the server to function. | |
| OPENAPI_TOOL_PREFIX | No | Optional prefix for generated tool names (e.g., api_) | |
| OPENAPI_INCLUDE_ONLY | No | Optional comma-separated list of operations to include (e.g., listItems,createItem) |
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 | |