Documentation
¶
Overview ¶
Package swaggo turns a swaggo-generated Swagger (OpenAPI 2.0) document into an api2mcp Source. swaggo (github.com/swaggo/swag) is the most common way Go services document their handlers via // @Summary, // @Param annotations; it emits docs/swagger.json in OpenAPI 2.0. This source converts that to v3 and reuses the standard OpenAPI operation extraction, so an annotated Gin/Echo app gets full input schemas without an adapter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.