Documentation
¶
Overview ¶
Package openapi turns an OpenAPI 3 document into ir.Operations. This is the library's primary, framework-agnostic Source: most Go services already emit a swagger.json / openapi.yaml, so they can become an MCP server without importing anything into their app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source loads an OpenAPI document and exposes its operations.
Click to show internal directories.
Click to hide internal directories.