Releases: BrunoKrugel/echo-mcp
Release list
v0.1.11
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.
v0.1.10
Echo-MCP v0.1.10
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.10Changelog
Bug fixes
- 0e537c3: fix: convert swagger 'file' type to valid JSON Schema 'string' with format 'binary' (@jeffatgametime)
- 02826fd: fix: use in-process execution for tool calls instead of HTTP client (@jeffatgametime)
Others
- a3f403e: Merge pull request #5 from jeffatgametime/fix/in-process-tool-execution (@BrunoKrugel)
- e568e9c: Merge pull request #8 from BrunoKrugel/feat/updates (@BrunoKrugel)
- 2d90aea: Modernize & Lint (@BrunoKrugel)
- 373a9e7: 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.9...v0.1.10
Released by GoReleaser.
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.
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.
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/echo-mcp@v0.1.6Changelog
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/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.
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/echo-mcp@v0.1.4Changelog
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.