Skip to content

agentcat v1.0.0 β€” MCPcat is now AgentCat 🐱

Latest

Choose a tag to compare

@naji247 naji247 released this 04 Jul 16:44

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_URL first; MCPCAT_API_URL still 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 agentcat

Then rename imports and types 1:1 β€” full steps (and a paste-into-your-coding-agent prompt) in MIGRATION.md.