rmcp 1.5.0

Rust SDK for Model Context Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "test_with_python"
version = "0.1.0"
description = "Test Python client for RMCP"
dependencies = [
  "fastmcp",
]

[tool.setuptools]
py-modules = ["client", "server"]