v0.1.9
Echo-MCP v0.1.9
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.9Changelog
Others
- 9ce79e0: Change examples (@BrunoKrugel)
- 04055b8: Merge pull request #4 from BrunoKrugel/fix/example (@BrunoKrugel)
- eb021d4: Update model.go (@BrunoKrugel)
- 26cd9d3: openapi yaml (@BrunoKrugel)
- 12c1252: update (@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.8...v0.1.9
Released by GoReleaser.