v0.1.8
Echo-MCP v0.1.8
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.8Changelog
Others
- 0a43707: Add docs (@BrunoKrugel)
- 1830334: Merge pull request #3 from BrunoKrugel/feat/docs (@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.7...v0.1.8
Released by GoReleaser.