Anthropic has implemented updates to its Claude Plugins, addressing changes in external services and improving integration processes. These updates include a re-pathing for the Sentry CLI plugin and a migration for the Asana plugin to a new server version.
The Sentry CLI plugin's source path was updated due to a restructuring of the upstream getsentry/cli to a pnpm-workspace monorepo. The Asana plugin was migrated to a V2 MCP server, as the V1 beta server is scheduled for deprecation.
Key Points
- The Sentry CLI plugin's source path was re-pathed from
plugins/sentry-clitopackages/cli/plugins/sentry-cli. - This change was necessitated by
getsentry/clirestructuring to a pnpm-workspace monorepo. - The Sentry CLI plugin version was bumped from 0.40.0 to 0.41.0.
- The Asana plugin was migrated to a V2 MCP server.
- The V1 beta server for Asana is deprecated and will shut down on 2026-08-05.
- The V2 Asana server requires users to register their own Asana OAuth app and does not support Dynamic Client Registration.
- The Asana plugin update removes the bundled MCP server entry in favor of a documented one-time
claude mcp addsetup.
Context
According to Anthropic, the Sentry CLI plugin update involved re-pathing its source to align with changes in the upstream getsentry/cli repository. The Asana plugin migration, also noted by Anthropic, addresses the deprecation of the V1 beta server and transitions to a V2 server with different OAuth requirements.
Why It Matters
These updates ensure continued functionality and compatibility for users integrating Claude with Sentry and Asana. Builders must adapt their setup for Asana to the new V2 server requirements, which involve manual OAuth registration, to avoid service disruption after August 5, 2026.
What To Do
- Note the 2026-08-05 deprecation date for the Asana V1 beta server.
- Review the updated Asana plugin documentation for V2 OAuth setup instructions.
- Use the
/asana-setupslash command to guide the one-time setup for the Asana plugin. - If using the Sentry CLI plugin, ensure your environment is compatible with version 0.41.0.
