MCP Tools
An open protocol that enables seamless integration between LLM applications and external data sources and tools.
pythonCopyEdit# Hackernews MCP Server
class HackerNewsMCP:
command = "uvx"
args = ["mcp-hn"]
task = Task(
"Get the latest technical news",
tools=[HackerNewsMCP]
)Last updated