Skip to content

Conversation

Shubhdeep12
Copy link
Collaborator

@Shubhdeep12 Shubhdeep12 commented Aug 24, 2025

Before opening this PR:

  • I added a Changeset Entry with pnpm changeset:add

  • I referenced issues that this PR addresses
    To Track Sidecar MCP calls #907

  • Custom transport to retrieve client information in requests to mcp server.

  • Tracking tool calls and other MCP lifecycle events (connection open/close,
    request/response) and storing them in a separate buffer with streaming
    via a new content type.

  • New integration in overlay to track events from the stream with a custom
    content type, storing and displaying them

Copy link

vercel bot commented Aug 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
spotlightjs Skipped Skipped Aug 24, 2025 6:16am

cursor[bot]

This comment was marked as outdated.

timestamp: string;
success: boolean;
error?: string;
}
Copy link

Choose a reason for hiding this comment

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

Bug: Sidecar Overlay Method Type Mismatch

The SidecarMcpInteraction interface in overlay doesn't align with the sidecar's definition. The overlay defines method as a generic string and omits the metadata field, whereas the sidecar uses a specific union type for method and includes metadata. This type inconsistency can lead to data loss and runtime errors when overlay processes sidecar interactions.

Fix in Cursor Fix in Web

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.

1 participant