[package]
edition = "2024"
rust-version = "1.89"
name = "pulseengine-mcp-client"
version = "0.17.1"
authors = ["PulseEngine Contributors"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[DEPRECATED] Use rmcp instead. MCP client implementation."
homepage = "https://github.com/pulseengine/mcp"
documentation = "https://docs.rs/pulseengine-mcp-client"
readme = false
keywords = [
"mcp",
"client",
"protocol",
"ai",
"rust",
]
categories = [
"api-bindings",
"development-tools",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pulseengine/mcp"
resolver = "2"
[lib]
name = "pulseengine_mcp_client"
path = "src/lib.rs"