mcp-utils 0.1.2

Abstractions that extend rust-mcp-sdk for simplified MCP tool definition and server setup
Documentation
[badges.github]
repository = "seaofvoices/rust-mcp-utils"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.rust-mcp-sdk]
version = "0.7.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]

[lib]
name = "mcp_utils"
path = "src/lib.rs"

[package]
authors = ["jeparlefrancais <jeparlefrancais21@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Abstractions that extend rust-mcp-sdk for simplified MCP tool definition and server setup"
edition = "2024"
keywords = ["mcp", "builder", "utils", "tools"]
license = "MIT"
name = "mcp-utils"
readme = "README.md"
repository = "https://github.com/seaofvoices/rust-mcp-utils"
version = "0.1.2"