Releases: BrunoKrugel/echo-mcp
v0.1.6
Echo-MCP v0.1.6
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/[email protected]Changelog
Others
- b54c22e: Add example with body description (@BrunoKrugel)
- e1ad648: Follow VS Code tool names and adjust example (@BrunoKrugel)
- 414ec1a: Improve examples (@BrunoKrugel)
- 0e646ff: Refine example (@BrunoKrugel)
- 6b84950: Remove unused type (@BrunoKrugel)
- bc6d8e7: Update README.md (@BrunoKrugel)
- 17968fb: Update README.md (@BrunoKrugel)
- 01dd8e0: Use gotestfmt for the run-test action (@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.5...v0.1.6
Released by GoReleaser.
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/[email protected]Changelog
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.
v0.1.4
Echo-MCP v0.1.4
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/[email protected]Changelog
Others
- 59024ee: Goreleaser (@BrunoKrugel)
- ea77ccd: Update run-test.yaml (@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.3...v0.1.4
Released by GoReleaser.