Contains the business logic and MCP server ports.
Overview
what is MCP Core Library?
MCP Core Library is a Rust crate that contains the domain business logic and server ports for the MCP server, designed following hexagonal architecture principles.
how to use MCP Core Library?
To use the MCP Core Library, integrate it into your Rust project as a dependency and implement the defined interfaces for your specific application needs.
key features of MCP Core Library?
- Contains domain business logic and ports for the MCP server.
- Implements hexagonal architecture for clean separation of concerns.
- Provides primary and secondary ports for input and output communication.
use cases of MCP Core Library?
- Building server applications that require a clean architecture.
- Developing tools that interact with the MCP server through defined interfaces.
- Managing domain entities and types in a structured manner.
FAQ from MCP Core Library?
- What programming language is MCP Core Library written in?
MCP Core Library is written in Rust.
- Is MCP Core Library open source?
Yes! MCP Core Library is available under the MIT license.
- How can I contribute to MCP Core Library?
You can contribute by submitting issues or pull requests on the GitHub repository.