pyproject.toml•591 B
[project]
name = "armor-crypto-mcp"
version = "0.2.1"
description = "MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mcp>=1.1.0",
"python-dotenv>=1.0.0",
"requests>=2.31.0",
"uvicorn>=0.32.1",
"httpx"
]
[[project.authors]]
name = "Armor Wallet"
email = "info@armorwallet.ai"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
armor-crypto-mcp = "armor_crypto_mcp.armor_mcp:main"