diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..8670d0d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file +{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.7.0"} \ No newline at end of file diff --git a/fxmcpserver/CHANGELOG.md b/fxmcpserver/CHANGELOG.md index ec00d55f..f80aaffc 100644 --- a/fxmcpserver/CHANGELOG.md +++ b/fxmcpserver/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.7.0](https://github.com/adaosantos/yokai/compare/fxmcpserver-v1.6.0...fxmcpserver/v1.7.0) (2025-09-17) + + +### Features + +* **fxmcpserver:** Added autoconfiguration of the SSE test server endpoints ([#352](https://github.com/adaosantos/yokai/issues/352)) ([bd74d10](https://github.com/adaosantos/yokai/commit/bd74d10adc96ba1d16c7b02be99e689c5b588ef5)) +* **fxmcpserver:** Added MCP SSE server context hooks ([#347](https://github.com/adaosantos/yokai/issues/347)) ([17dabfe](https://github.com/adaosantos/yokai/commit/17dabfebe23951215ead3a2efdb502eafe2b7751)) +* **fxmcpserver:** Added tracing remote propagation ([#350](https://github.com/adaosantos/yokai/issues/350)) ([dfc463e](https://github.com/adaosantos/yokai/commit/dfc463ebd7f607326f4bb63f464d4f14cec03ced)) +* **fxmcpserver:** Provided module ([#335](https://github.com/adaosantos/yokai/issues/335)) ([233a5f5](https://github.com/adaosantos/yokai/commit/233a5f56b602cbb460b18d5134bc3c948018b95c)) +* **fxmcpserver:** Provided streamable HTTP transport ([#357](https://github.com/adaosantos/yokai/issues/357)) ([b9b01f0](https://github.com/adaosantos/yokai/commit/b9b01f043e67c14d0bd787e62fa02cf604d298a1)) +* **fxmcpserver:** Updated context handling ([#340](https://github.com/adaosantos/yokai/issues/340)) ([66811ff](https://github.com/adaosantos/yokai/commit/66811ff2c6464a2d5d30210943e638ab96f35098)) +* **fxmcpserver:** Updated SSE test client ([#342](https://github.com/adaosantos/yokai/issues/342)) ([119bd6c](https://github.com/adaosantos/yokai/commit/119bd6c15e16c776a441f6c0856e80040c4610b3)) + + +### Bug Fixes + +* **fxmcpserver:** Fixed MCP SSE server tracing to accept remote context ([#354](https://github.com/adaosantos/yokai/issues/354)) ([d9e879a](https://github.com/adaosantos/yokai/commit/d9e879a62d5da19a607c3f9617a4232a0fc13080)) + ## [1.6.0](https://github.com/ankorstore/yokai/compare/fxmcpserver/v1.5.1...fxmcpserver/v1.6.0) (2025-06-05)