tempoxyz/docs
v0.1.0MIT
Read Tempo documentation and use its examples while building on Tempo.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
docsstreamable-http
{
"type": "streamable-http",
"url": "https://mcp.tempo.xyz"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "docs",
"version": "0.1.0",
"description": "Read Tempo documentation and use its examples while building on Tempo.",
"homepage": "https://tempo.xyz/developers/docs/guide/using-tempo-with-ai",
"repository": "https://github.com/tempoxyz/plugins",
"license": "MIT",
"keywords": [
"tempo",
"documentation",
"mcp",
"stablecoins",
"payments"
],
"author": {
"name": "Tempo",
"url": "https://tempo.xyz"
}
}