Files
openclaw-master-skills/skills/rustchain-mcp/pyproject.toml
T

42 lines
1.4 KiB
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "rustchain-mcp"
version = "0.3.0"
description = "MCP server for RustChain blockchain, BoTTube video platform, and Beacon agent protocol — AI agent tools for earning RTC tokens and communicating with other agents"
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
authors = [
{ name = "Elyan Labs", email = "sophia.eagent@gmail.com" },
{ name = "createkr", email = "createkr@users.noreply.github.com" },
]
keywords = ["mcp", "rustchain", "bottube", "beacon", "blockchain", "ai-agents", "rtc", "agent-protocol"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries",
]
dependencies = [
"fastmcp>=2.0",
"httpx>=0.25",
]
[project.urls]
Homepage = "https://rustchain.org"
Repository = "https://github.com/Scottcjn/rustchain-mcp"
Documentation = "https://rustchain.org/docs"
"Bug Tracker" = "https://github.com/Scottcjn/rustchain-mcp/issues"
"BoTTube" = "https://bottube.ai"
"RustChain SDK" = "https://github.com/createkr/Rustchain/tree/main/sdk"
[project.scripts]
rustchain-mcp = "rustchain_mcp.server:mcp.run"
[tool.hatch.build.targets.wheel]
packages = ["rustchain_mcp"]