mcp-utils 0.1.3

Abstractions that extend rust-mcp-sdk for simplified MCP tool definition and server setup
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[badges.github]
repository = "seaofvoices/rust-mcp-utils"

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

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

[dependencies.rust-mcp-sdk]
version = "0.9.0"
features = [
    "server",
    "macros",
    "stdio",
    "hyper-server",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]