Echo-MCP v0.1.11
This release contains the latest version of Echo-MCP, a Go library for integrating Echo web applications with MCP (Model Context Protocol).
Installation
go get github.com/BrunoKrugel/echo-mcp@v0.1.11Changelog
Others
- f7c60af: Add OpenAPI docs, makefiles, and update models (@BrunoKrugel)
- 3500287: Fix help (@BrunoKrugel)
- 86756b0: Merge pull request #9 from BrunoKrugel/fix/example (@BrunoKrugel)
- 6e23992: Support $ref (@BrunoKrugel)
- 8557c26: Support $ref (@BrunoKrugel)
- 2c79ac3: Update Go (@BrunoKrugel)
- cd8bccd: Update README.md (@BrunoKrugel)
- 5fb5d85: remove duplicate (@BrunoKrugel)
Usage
Import the library in your Go project:
import "github.com/BrunoKrugel/echo-mcp"For detailed usage examples, see the examples directory.
Full Changelog: v0.1.10...v0.1.11
Released by GoReleaser.