The final mcpcat release β this SDK is now agentcat π±#36
Merged
Conversation
The package is renamed to 'agentcat' (agentcat==1.0.0 on PyPI). This final mcpcat release keeps working unchanged but surfaces the rename everywhere PyPI allows: - FutureWarning on import (visible under default filters, stderr-only so stdio MCP transports are unaffected) - Development Status :: 7 - Inactive classifier + DEPRECATED description prefix + Migration project URL - README rename callout (renders on the PyPI page; wording mirrors the typescript-sdk deprecation branch) - sdist only-include allowlist so untracked working-tree files can never be swept into the tarball No behavior or dependency changes; mcpcat-api and the api.mcpcat.io endpoint stay as-is. Claude-Session: https://claude.ai/code/session_01D7YNTkExp4PMpZZugKXbpb
naji247
force-pushed
the
deprecate/mcpcat-final
branch
from
July 4, 2026 01:10
bd1ae83 to
65ce6d2
Compare
naji247
marked this pull request as ready for review
July 4, 2026 01:19
kashishhora
approved these changes
Jul 4, 2026
naji247
added a commit
that referenced
this pull request
Jul 4, 2026
-s ours: the agentcat tree intentionally supersedes everything from the final mcpcat release (mcpcat==0.1.15, PR #36). The deprecation artifacts β the FutureWarning on import, its test, the README deprecation callout, the Inactive classifier, and the DEPRECATED description β belong only to the mcpcat package identity and must not ship in agentcat. Claude-Session: https://claude.ai/code/session_01D7YNTkExp4PMpZZugKXbpb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same team, same product, same cats β new name. Companion to #35: that PR renames the SDK to
agentcat; this one stages the last release of themcpcatpackage name, pointing everyone who lands here at the new one.mcpcat==0.1.15β no functional or dependency changes, just the rename notice on every surface PyPI gives us:Development Status :: 7 - Inactiveclassifier,DEPRECATEDdescription prefix, and a Migration project URL β PyPI has no deprecate command, so metadata is the mechanismFutureWarningon import β visible under default filters, stderr-only so STDIO MCP servers are unaffectedNothing you have deployed will break β ever. The
mcpcatpackage,api.mcpcat.io, andMCPCAT_API_URLstay alive permanently β migrate on your own schedule; new features land only inagentcat. Full steps (and a paste-into-your-coding-agent prompt): MIGRATION.md