Skip to content

Comments

Fix sandbox-proxy-ready notification name in spec#160

Merged
ochafik merged 1 commit intomainfrom
ochafik/fix-issue-156-sandbox-notification-name
Dec 16, 2025
Merged

Fix sandbox-proxy-ready notification name in spec#160
ochafik merged 1 commit intomainfrom
ochafik/fix-issue-156-sandbox-notification-name

Conversation

@ochafik
Copy link
Contributor

@ochafik ochafik commented Dec 16, 2025

Summary

  • Fixes discrepancy between the spec and implementation for sandbox proxy notification method name
  • Updates spec from ui/notifications/sandbox-ready to ui/notifications/sandbox-proxy-ready to match the implementation
  • Also fixes a typo: ui/sandbox-resource-readyui/notifications/sandbox-resource-ready

Test plan

  • Verified no more sandbox-ready (without proxy-) references in the spec
  • Build and prettier checks pass

Fixes #156

🤖 Generated with Claude Code

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 16, 2025

Open in StackBlitz

npm i https://pkg.pr.new/modelcontextprotocol/ext-apps/@modelcontextprotocol/ext-apps@160

commit: 45f0d38

The spec used `ui/notifications/sandbox-ready` but the implementation
uses `ui/notifications/sandbox-proxy-ready`. Updated the spec to match.

Also fixed a typo: `ui/sandbox-resource-ready` → `ui/notifications/sandbox-resource-ready`

Fixes #156

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ochafik ochafik force-pushed the ochafik/fix-issue-156-sandbox-notification-name branch from 2ce7c5f to 45f0d38 Compare December 16, 2025 13:34
@ochafik ochafik marked this pull request as ready for review December 16, 2025 13:34
@ochafik ochafik requested a review from idosal December 16, 2025 13:34
Copy link
Contributor

@idosal idosal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ochafik !

@ochafik ochafik merged commit 50cf6a4 into main Dec 16, 2025
9 checks passed
@ochafik ochafik deleted the ochafik/fix-issue-156-sandbox-notification-name branch January 13, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sandbox proxy methodui/notifications/sandbox-ready or ui/notifications/sandbox-proxy-ready

2 participants