Releases: quarkiverse/quarkus-mcp-server
Releases · quarkiverse/quarkus-mcp-server
1.0.0.Beta1
What's Changed
- Bump quarkus.version from 3.17.7 to 3.17.8 by @dependabot in #87
- Improve the README of the sample by @geoand in #89
- core: introduce API to encode return values as response objects by @mkouba in #88
- Support Tool/P annotations from Lanchain4j by @mkouba in #90
- Sample: update mcp server version by @mkouba in #91
- sse: fix custom root path by @mkouba in #92
- Code adjustment - typos, method names, links by @rsvoboda in #95
- Add Maven wrapper to sample by @geoand in #94
- stdio: make it possible to disable the transport completely by @mkouba in #93
- Trigger release 1.0.0.Beta1 by @mkouba in #96
New Contributors
Full Changelog: 1.0.0.Alpha6...1.0.0.Beta1
1.0.0.Alpha6
What's Changed
- feat: honor EOF as graceful exit by @maxandersen in #84
- Trigger release 1.0.0.Alpha6 by @mkouba in #86
Full Changelog: 1.0.0.Alpha5...1.0.0.Alpha6
1.0.0.Alpha5
What's Changed
- tests: simplify sending messages to the server by @mkouba in #78
- stdio: redirect console logging to stderr by @mkouba in #79
- stdio IT: assert that quarkus log is redirected to stderr by default by @mkouba in #80
- core: improve feature methods params validation by @mkouba in #81
- Trigger release 1.0.0.Alpha5 by @mkouba in #82
Full Changelog: 1.0.0.Alpha4...1.0.0.Alpha5
1.0.0.Alpha4
1.0.0.Alpha3
What's Changed
- Bump quarkus.version from 3.17.5 to 3.17.6 by @dependabot in #42
- add weather sample server by @maxandersen in #43
- docs: add maxandersen as a contributor for example by @allcontributors in #45
- docs: add geoand as a contributor for code by @allcontributors in #46
- Polish sample by @geoand in #47
- stdio: enable traffic logging by @mkouba in #48
- better readme for sample by @maxandersen in #49
- Support enum arguments in feature methods by @mkouba in #50
- Introduce Prompt complete feature by @mkouba in #54
- Prevent double
transfer-encoding: chunked
header by @geoand in #56 - Implement resource templates by @mkouba in #59
- Use DEBUG log level at runtime by @mkouba in #60
- fix: add metadata so sse/stdio shows up with description in code.quarkus and maven central by @maxandersen in #51
- Document the path of the SSE endpoint by @mkouba in #62
- Bump quarkus.version from 3.17.6 to 3.17.7 by @dependabot in #66
- Implement Logging utility by @mkouba in #67
- Add logging capability to the server info by @mkouba in #68
- Minor fixes/changes in docs and readme by @mkouba in #69
- Trigger release 1.0.0.Alpha3 by @mkouba in #70
Full Changelog: 1.0.0.Alpha2...1.0.0.Alpha3
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