improvement(mcp): improved mcp sse events notifs, update jira to handle files, fix UI issues in settings modal, fix org and workspace invitations when bundled#3182
Merged
waleedlatif1 merged 7 commits intostagingfrom Feb 11, 2026
Conversation
…le files, fix UI issues in settings modal, fix org and workspace invitations when bundled
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile OverviewGreptile SummaryThis PR implements several improvements and bug fixes across MCP tooling, Jira integration, UI components, and security: MCP Improvements:
Jira Enhancements:
Security:
Bug Fixes:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant UI as MCP Settings UI
participant API as MCP API
participant Sync as workflow-mcp-sync
participant Deploy as Deployed State
participant PubSub as SSE PubSub
participant Clients as Connected Clients
User->>UI: Create/Update MCP Tool
UI->>API: POST /api/mcp/workflow-servers/[id]/tools
API->>Deploy: generateParameterSchemaForWorkflow(workflowId)
Deploy->>Deploy: loadDeployedWorkflowState()
Deploy->>Deploy: generateSchemaFromBlocks()
Deploy-->>API: parameterSchema
API->>API: Insert/Update workflowMcpTool
API->>PubSub: publishWorkflowToolsChanged(serverId, workspaceId)
PubSub-->>Clients: SSE: tools_changed event
Clients->>Clients: Invalidate MCP tools cache
API-->>UI: Success response
Note over User,Clients: Workflow State Changes
User->>User: Deploy/Undeploy Workflow
User->>Sync: syncMcpToolsForWorkflow()
Sync->>Deploy: loadDeployedWorkflowState()
Deploy-->>Sync: deployedState
Sync->>Sync: generateSchemaFromBlocks()
Sync->>Sync: Update all tools for workflow
Sync->>PubSub: publishWorkflowToolsChanged()
PubSub-->>Clients: SSE: tools_changed event
|
...components/panel/components/editor/components/sub-block/components/tool-input/tool-input.tsx
Show resolved
Hide resolved
...orkflowId]/components/panel/components/deploy/components/deploy-modal/components/mcp/mcp.tsx
Show resolved
Hide resolved
Collaborator
Author
|
@cursor review |
...orkflowId]/components/panel/components/deploy/components/deploy-modal/components/mcp/mcp.tsx
Show resolved
Hide resolved
...orkspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/mcp/mcp.tsx
Show resolved
Hide resolved
...orkspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/mcp/mcp.tsx
Show resolved
Hide resolved
apps/sim/app/api/organizations/[id]/invitations/[invitationId]/route.ts
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
@cursor review |
Collaborator
Author
|
@cursor review |
.../components/sidebar/components/settings-modal/components/team-management/team-management.tsx
Outdated
Show resolved
Hide resolved
...orkflowId]/components/panel/components/deploy/components/deploy-modal/components/mcp/mcp.tsx
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
@cursor review |
...orkspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/mcp/mcp.tsx
Show resolved
Hide resolved
Collaborator
Author
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
...orkspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/mcp/mcp.tsx
Show resolved
Hide resolved
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.
Summary
includeAttachmentsflag,Type of Change
Testing
Tested manually
Checklist