Same team, same product, same cats β new name. MCPcat is now AgentCat, and this SDK's first release under its own name is agentcat==1.0.0 on PyPI.
What's new
- π¦ PyPI package:
mcpcatβagentcat(fresh start at v1.0.0) - π Import:
import mcpcatβimport agentcat - π Default endpoint:
api.mcpcat.ioβapi.agentcat.com - π·οΈ Public types:
MCPCatOptions/MCPCatDataβAgentCatOptions/AgentCatData - βοΈ Env vars: reads
AGENTCAT_API_URLfirst;MCPCAT_API_URLstill honored - π Local log:
~/mcpcat.logβ~/agentcat.log
Nothing you have deployed will break β ever
The mcpcat package stays published and functional, api.mcpcat.io keeps accepting events forever, and your project, data, and history stay unified regardless of which SDK reports. Migrate on your own schedule β new features land here.
Migrating
pip uninstall mcpcat && pip install agentcatThen rename imports and types 1:1 β full steps (and a paste-into-your-coding-agent prompt) in MIGRATION.md.