rmcp-actix-web 0.8.6

actix-web transport implementations for RMCP (Rust Model Context Protocol)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"
requires-python = ">=3.12"
dependencies = [
  "fastmcp==2.10.1",
]

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