Releases: linkyard/scala-effect-mcp
Releases · linkyard/scala-effect-mcp
0.3.3 - dynamic client
What's Changed
- Allow pseudo dynamic client registration by @msiegenthaler in #26
- Fix protocol issue during startup by @kapunga in #6
- Update scala3-library to 3.7.4 by @github-actions[bot] in #22
- Update sbt, scripted-plugin to 1.11.7 by @github-actions[bot] in #16
- Update sbt-scalafmt to 2.5.6 by @github-actions[bot] in #20
- Update sbt-scalafix to 0.14.5 by @github-actions[bot] in #24
- Update dependencies
New Contributors
Full Changelog: 0.3.2...0.3.3
0.3.2 - bugfixes
- fix port of autorization server url
- fix class hierarchy
- improve log message
Full Changelog: 0.3.1...0.3.2
0.3.1 - Allow custom path
Allow to run the mcp server from a different path than /mcp
0.3.0 - Connection Info
Expose information about the connection, eg for http the hostname/port and remote ip will be visible
0.2.0 - Streamed Http Transport
It now supports the Streamable HTTP Transport including OAuth based authentication.
Full Changelog: 0.1.0...0.2.0
0.1.0
- Fully featured MCP server
- Stdio transport
- Initial publishing of the library