mcp-scala
32
MCP-scala is a Model Context Protocol server developed in Scala 3, currently in its alpha stage. It supports automatic JSON Schema derivation, stdio transport, and allows defining custom tools. Contributions to the project are welcomed.
What is the current development stage of MCP-scala?
MCP-scala is currently in the ALPHA stage of development.
What transport types are supported by MCP-scala?
Currently, MCP-scala supports stdio transport, with plans to include HTTP transport in the future.
How can I contribute to the MCP-scala project?
You can contribute by opening issues or submitting pull requests on the project's repository.
What tools can be run using MCP-scala?
MCP-scala can run tools like 'randomNumber', 'iota', and 'sum'.
Where can I find implementation details for creating a tool?
Implementation details for creating a tool can be found in the 'Main.scala' file.