Skip to content

Releases: kliushnichenko/jooby-mcp

v1.11.0

29 Dec 18:27
9a90ce1

Choose a tag to compare

McpInspector Module

  • fixing inspector config when server is behind the reverse-proxy
  • support auto-connect to the MCP server upon page loading

v1.10.0

24 Dec 09:18
9c47a7f

Choose a tag to compare

McpModule & McpInspectorModule

Added support for Stateless Streamable-HTTP transport. Can be enabled over configuration

 mcp.default {
   name: "my-awesome-mcp-server"    
   version: "0.1.0"                 
   transport: "stateless-streamable-http"     # <- stateless transport  
   mcpEndpoint: "/mcp/stateless-streamable"   # Optional (default: /mcp)
 }

What's Changed

Full Changelog: v1.9.1...v1.10.0

v1.9.1

21 Dec 16:03
ffd91e9

Choose a tag to compare

McpInspectorModule

Improved host/port resolution. Host, port and schema now taken from the request context instead of pre-defined localhost

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

20 Dec 20:42
b0901c8

Choose a tag to compare

Introducing the McpInspectorModule that lets you run mcp-inspector UI client on jooby and speed up development and testing of your MCP server.

See https://github.com/kliushnichenko/jooby-mcp?tab=readme-ov-file#mcp-inspector-module

What's Changed

Full Changelog: v1.8.3...v1.9.0

v1.8.3

19 Dec 15:20
0faa103

Choose a tag to compare

v1.8.2

17 Dec 19:38

Choose a tag to compare

  • extended the list of reserved return types for tools

Full Changelog: v1.8.1...v1.8.2

v1.8.1

16 Dec 15:31

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

13 Dec 17:47
32c07f5

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

15 Nov 18:18

Choose a tag to compare

What's Changed

  • Project modules were reshaped. The common entities for APT and the main modules were moved to the new jooby-mcp-common module.
  • PromptMessages List as return type supported for prompts
  • Support Exchange object injection McpSyncServerExchange
  • Exchange object injections enable utilities like Sampling, Elicitation, Progress, Roots and so on

MRs:

Full Changelog: v1.6.0...v1.7.0

v1.6.0

03 Nov 15:13
c0d2112

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0