Skip to content

Releases: quarkiverse/quarkus-mcp-server

1.0.0.Beta1

30 Jan 20:09
Compare
Choose a tag to compare

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

24 Jan 10:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0.Alpha5...1.0.0.Alpha6

1.0.0.Alpha5

22 Jan 10:31
Compare
Choose a tag to compare

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

20 Jan 07:31
Compare
Choose a tag to compare

What's Changed

  • tools: fix input schema generation by @mkouba in #72
  • Implement completion for resource templates by @mkouba in #73
  • core: introduce auto ping feature by @mkouba in #75
  • Trigger release 1.0.0.Alpha4 by @mkouba in #76

Full Changelog: 1.0.0.Alpha3...1.0.0.Alpha4

1.0.0.Alpha3

17 Jan 08:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0.Alpha2...1.0.0.Alpha3

1.0.0.Alpha2

09 Jan 14:47
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0.Alpha1...1.0.0.Alpha2

1.0.0.Alpha1

19 Dec 10:52
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/quarkiverse/quarkus-mcp-server/commits/1.0.0.Alpha1