The Wire · Showcase
ASANA PLUGIN DEADLINE HITS V2 SERVER MIGRATION LIVE
By RepoJournal · Filed · About Anthropic
Anthropic shipped the V2 MCP server overhaul before Asana's V1 shutdown on August 5, 2026, and the Go SDK hit 1.62.0 with session budgets and mid-conversation tool changes.
The Asana plugin migration from V1 beta to V2 MCP server [1] ships ahead of deadline after deprecation notice. V1 (mcp.asana.com/sse) goes dark in August; V2 (mcp.asana.com/v2/mcp) requires per-user OAuth setup and drops Dynamic Client Registration, so the bundled server entry is removed in favor of documented one-time claude mcp add setup [2]. The anthropic-sdk-go 1.62.0 release [3] adds support for session budgets, advisor tool, pinned inference location, and skills auto-loading from GitHub [4], while retiring Claude Opus 4.1 models that hit end-of-life August 5 [5]. Claude Code Action v1.0.187 [6] hardens security with credential pattern redaction (API keys, AWS IDs, Slack tokens, JWTs) across run output [7], scopes config snapshots to working tree contents to prevent symlink leakage [8], and cleans up checkout auth when API commit signing is enabled [9]. Two new plugins entered the official registry: CrowdStrike Falcon Fusion [10] and Aiven [11]. The Go SDK fix [12] makes tool refusals and bash termination errors matchable for better error handling in production code.
One email a day. Unsubscribe in one click.
Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update Asana plugin to use V2 MCP server setup before August 5, 2026 anthropics/claude-plugins-official [immediate]
- → Upgrade Go SDK to 1.62.0 to access session budgets and new advisor tool anthropics/anthropic-sdk-go [plan]
- → Deploy Claude Code Action v1.0.187 to redact credentials from run output anthropics/claude-code-action [plan]
References
- [1] Migrate Asana plugin to V2 MCP server (#4895) anthropics/claude-plugins-official
- [2] Migrate Asana plugin to V2 MCP server ↗ anthropics/claude-plugins-official
- [3] v1.62.0 ↗ anthropics/anthropic-sdk-go
- [4] feat(api): add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub anthropics/anthropic-sdk-go
- [5] chore(api): remove retired Claude Opus 4.1 models anthropics/anthropic-sdk-go
- [6] v1.0.187 ↗ anthropics/claude-code-action
- [7] Redact common credential patterns from published run output ↗ anthropics/claude-code-action
- [8] Scope the config snapshot to files inside the working tree ↗ anthropics/claude-code-action
- [9] Run checkout auth cleanup when API commit signing is enabled ↗ anthropics/claude-code-action
- [10] Add crowdstrike-falcon-fusion plugin (#4823) anthropics/claude-plugins-official
- [11] Add aiven plugin (#4821) anthropics/claude-plugins-official
- [12] fix(tools): name tool refusals and a dead shell so they can be matched (#213) anthropics/anthropic-sdk-go