Provides a Model Context Protocol (MCP) server implementation written in Scala 3.
Mcpscala offers a foundation for building MCP servers using Scala 3, designed to facilitate communication and interaction between different tools and applications. Currently in Alpha stage, it supports features like automatic JSON Schema derivation and stdio transport. Developers can define custom tools and integrate them seamlessly into the MCP environment, making it easier to connect various functionalities.
主要功能
01Automatic derivation of JSON Schema
02Text content part support
03Supports defining custom tools
0432 GitHub stars
05Stdio transport implementation
使用案例
01Integrating custom tools into MCP-based workflows
02Enabling communication between Scala applications