Skip to content

Releases: linkyard/scala-effect-mcp

0.3.3 - dynamic client

05 Jan 17:11
b22c875

Choose a tag to compare

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

28 Jul 20:53
108c846

Choose a tag to compare

  • 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

28 Jul 19:13
c52aff4

Choose a tag to compare

Allow to run the mcp server from a different path than /mcp

0.3.0 - Connection Info

28 Jul 08:10
af32d2e

Choose a tag to compare

Expose information about the connection, eg for http the hostname/port and remote ip will be visible

0.2.0 - Streamed Http Transport

23 Jul 19:19
febd996

Choose a tag to compare

It now supports the Streamable HTTP Transport including OAuth based authentication.

Full Changelog: 0.1.0...0.2.0

0.1.0

21 Jul 07:38
8f54b81

Choose a tag to compare

  • Fully featured MCP server
  • Stdio transport
  • Initial publishing of the library