OpenAPI specification settings
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The api.openapi configuration specifies how the MCP server locates and
interprets the OpenAPI specification. Correct configuration ensures that the server can
load the specification and generate tools accurately.
The following table lists the properties available in the
The following example shows how to configure the
api.openapi
subgroup and describes their purpose:| Property | Required | Purpose | Notes |
|---|---|---|---|
spec_file |
Yes | Path to the OpenAPI specification | Can be relative or absolute. Resolved at server startup. |
base_url |
No | Default downstream base URL | If absent, use absolute URLs or set
runtime.http.base_url. |
spec_name |
No | Human-readable label | Used in logs for only cosmetic purposes. |
api.openapi
subgroup in the MCP server configuration file:
|