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