v0.1.5
Echo-MCP v0.1.5
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.5Changelog
Others
- d6b86f1: Code coverage report (@BrunoKrugel)
- 0b393ab: Fix badge (@BrunoKrugel)
- 41bfb7a: Fix examples (@BrunoKrugel)
- f1be5bc: Fix lint and update readme (@BrunoKrugel)
- 79e5ce7: Tests (@BrunoKrugel)
- 2cb6c11: Update .goreleaser.yaml (@BrunoKrugel)
- b5dd030: Update README.md (@BrunoKrugel)
- 86d62b7: Update badge em makefile (@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.4...v0.1.5
Released by GoReleaser.