Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSPORT | No | Transport protocol to use (stdio, sse, or http). | stdio |
| AUTH_TOKEN | No | Auth token for API calls, provided to the server via the --auth flag. | |
| CONFIG_PATH | Yes | Path to the API configuration JSON file generated by the parse command. | |
| GEMINI_API_KEY | No | Gemini API key required for parsing documentation into API configurations. |
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 | |