[project]
name = "blockbeats-mcp"
version = "0.1.0"
description = "An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.6.0",
]