Releases: scorbo2/mcp-light
Releases · scorbo2/mcp-light
Release list
v1.1
v1.1 is here!
Major change in this release is to add support for Prompts according to the MCP spec. We also relax tool/prompt/resource naming a little bit to better conform with the spec, and improve error handling and null checks. Details below.
What's Changed
- Issue #20 - fix handling of isError by @scorbo2 in #27
- Issue #19 - add prompt support by @scorbo2 in #28
- Issue #21 - better null checks in handleToolsList() by @scorbo2 in #29
- Issue #26 - spec-compliant naming rules by @scorbo2 in #30
- Dev branch for 1.1 by @scorbo2 in #25
Full Changelog: 1.0...1.1
v1.0
v1.0
This first version offers a lightweight and minimal implementation of the MCP protocol, for standing up a basic embedded MCP server inside a Java application. See the project README for more details!
What's Changed
- Bootstrapping a very basic implementation by @scorbo2 in #1
- Issue #3 - add unit tests for McpServer by @scorbo2 in #6
- Issue #2 add Resource support by @scorbo2 in #7
- Issue #4 - add a well-documented example application by @scorbo2 in #11
- Issue #9 handle OPTIONS and CORS and nonstandard requests by @scorbo2 in #10
- Issue #12 - fix small resource template bug by @scorbo2 in #13
- Issue #14 - add support for ping by @scorbo2 in #15
- Issue #5 add README and tighten up the build by @scorbo2 in #16
- Issue #17 add Maven Central publishing by @scorbo2 in #18
- 1.0 dev by @scorbo2 in #8
Full Changelog: https://github.com/scorbo2/mcp-light/commits/1.0