tenx-mcp

Crates.iotenx-mcp
lib.rstenx-mcp
version0.1.0
created_at2025-06-14 13:20:58.796086+00
updated_at2025-06-14 13:20:58.796086+00
descriptionComplete, ergonomic implementation of the Model Context Protocol (MCP)
homepage
repository
max_upload_size
id1712334
size230,109
Aldo Cortesi (cortesi)

documentation

README

Discord License: MIT

tenx-mcp

A Rust implementation of the Model Context Protocol (MCP) for building AI-integrated applications.


Overview

tenx-mcp provides both client and server capabilities for the Model Context Protocol, enabling seamless communication between AI language models and external tools/services. MCP is a standardized protocol that allows AI assistants to interact with various tools, access resources, and provide enhanced capabilities through a well-defined interface.


Features

  • Full MCP Protocol Support: Implements the latest MCP specification (2025-03-26)
  • Client & Server: Build both MCP clients and servers with ergonomic APIs
  • Multiple Transports: TCP/IP and stdio transport layers
  • Async/Await: Built on Tokio for high-performance async operations
  • Type-Safe: Leverages Rust's type system with comprehensive schema definitions
  • Extensible: Easy to add custom handlers for tools, resources, and prompts

Community

Want to contribute? Have ideas or feature requests? Come tell us about it on Discord.

Commit count: 0

cargo fmt