Releases: quarkiverse/quarkus-mcp-server
Releases · quarkiverse/quarkus-mcp-server
1.0.0.Alpha2
What's Changed
- Allow retrying a failed release by @gastaldi in #23
- reduce compile errors when copying from readme by @maxandersen in #27
- Remove extra $ by @gastaldi in #28
- Implement error handling by @mkouba in #29
- Bump quarkus.version from 3.17.4 to 3.17.5 by @dependabot in #30
- Initial version of support for stdio transport by @mkouba in #33
- SSE transport: always send server messages as SSE events by @mkouba in #34
- Stdio: always disable console logging, null system out by @mkouba in #35
- Update README now that STDIO is supported by @geoand in #36
- Apply tiny polish to StdioResponder by @geoand in #37
- fix missing ) in example by @maxandersen in #38
- stdio: remove unnecessary quarkus main from IT by @mkouba in #39
- Tools: annotated method may return String, Uni, List by @mkouba in #40
- Trigger release 1.0.0.Alpha2 by @mkouba in #41
New Contributors
- @gastaldi made their first contribution in #23
- @maxandersen made their first contribution in #27
- @geoand made their first contribution in #36
Full Changelog: 1.0.0.Alpha1...1.0.0.Alpha2
1.0.0.Alpha1
What's Changed
- Bump quarkus.version from 3.17.3 to 3.17.4 by @dependabot in #2
- Bump dcarbone/install-yq-action from 1.0.1 to 1 by @dependabot in #1
- docs: add mkouba as a contributor for code, and maintenance by @allcontributors in #4
- Activate request context; ensure vertx safe duplicate context by @mkouba in #5
- Implement server ping utility by @mkouba in #6
- Support RequestId and McpConnection prompt method arguments by @mkouba in #7
- Initial support for Tools server feature by @mkouba in #8
- Improve tests; generate schema for tool args by @mkouba in #9
- Tools support more return types by @mkouba in #10
- Add basic docs #1 by @mkouba in #11
- Detect duplicate prompt/tool names by @mkouba in #12
- Client endpoint - path param instead query param for connection id by @mkouba in #13
- Add basic integration test by @mkouba in #14
- Make sure MCP connection is closed when HTTP connection is closed by @mkouba in #15
- Implement the resources server feature by @mkouba in #16
- Cleanup before 1.0.0.Alpha1 by @mkouba in #18
- Trigger release 1.0.0.Alpha1 by @mkouba in #19
- Fix DefaultServerInfoTest by @mkouba in #20
- Re-trigger release 1.0.0.Alpha1 by @mkouba in #22
New Contributors
- @dependabot made their first contribution in #2
- @allcontributors made their first contribution in #4
- @mkouba made their first contribution in #5
Full Changelog: https://github.com/quarkiverse/quarkus-mcp-server/commits/1.0.0.Alpha1