Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATH | No | System PATH environment variable, required if npx is not found in the default environment. | |
| SWAGGER_SPEC_URL | Yes | Swagger/OpenAPI JSON 规范的 URL | |
| SWAGGER_CACHE_TTL_MS | No | 缓存过期时间(毫秒),默认 60000 | 60000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_api_schema | 根据接口路径获取 Swagger/OpenAPI 的请求和响应 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 | |