-
Notifications
You must be signed in to change notification settings - Fork 52.4k
feat(editor): Connect workflows from MCP settings page #23025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MiloradFilipovic
merged 61 commits into
master
from
ADO-4437-connect-workflows-from-mcp-page
Dec 15, 2025
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
5c6f5db
feat(editor): Connect workflows from MCP settings page
MiloradFilipovic af66e29
✨ Fetch eligible workflows in the modal
MiloradFilipovic e204832
⚡ Only list workflows that don't have access already
MiloradFilipovic 565e46b
✨ Extract workflows search select
MiloradFilipovic a6b771e
⚡ Fix back-end query
MiloradFilipovic 12966fc
⚡ Toggle workflow MCP access when saved
MiloradFilipovic c93f4d3
✨ Implement search
MiloradFilipovic ee47870
✨ Allow specifying scope when listing workflows
MiloradFilipovic 39fe9d2
🔨 Extract workflow location and re-use it in table and select
MiloradFilipovic 7b21a1c
👌 Update notice, reduce loading timeout
MiloradFilipovic dfc12f9
👌 Adjust loading state style
MiloradFilipovic 9a119d6
👌 Fix responsiveness of workflow table
MiloradFilipovic 551614b
📈 Add telemetry
MiloradFilipovic f9d184d
⚡ Handle modal dismiss on ESC or click outside
MiloradFilipovic 07e2287
👌 Update notice copy
MiloradFilipovic 6fd22a7
⚡ Handle errors, add missing props
MiloradFilipovic 20e5092
👕 Update ref type
MiloradFilipovic b54da23
⚡ Handle empty state better
MiloradFilipovic 383a9b3
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic 355ba17
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic ed0ea29
🔥 Remove freaking build log
MiloradFilipovic a8c9c10
⏪ Revert temporary backend filtering logic
MiloradFilipovic 3981c1b
⚡ Update middleware to work with mcp endpoints
MiloradFilipovic becde45
✨ Update trigger filter to support arrays
MiloradFilipovic f0174d9
👌 Update allowedTags in the notice
MiloradFilipovic f4edaae
✅ Update `mcp.settings.controller` tests
MiloradFilipovic 7641da9
✔️ Add `workflow.service` tests for scope parameter
MiloradFilipovic fcfd5e0
✅ Update workflows table tests
MiloradFilipovic efa03fa
✅ Add more tests for the main mcp settings page
MiloradFilipovic d4d36a9
🔥 Remove unused emit
MiloradFilipovic 044cf4a
✅ Add tests for `WorkflowLocation` component
MiloradFilipovic baf1f42
✔️ Fix tests
MiloradFilipovic b003370
✅ Add workflow select tests
MiloradFilipovic 84b246c
🔨 Extracting reusable methods to test utils
MiloradFilipovic 7452720
🔨 Extract more methods
MiloradFilipovic dc554c1
✅ Adding tests for the connection modal
MiloradFilipovic f19b8fc
✔️ Update notice tests
MiloradFilipovic e4eb6f3
🔥 Remove dead css class
MiloradFilipovic f37164b
👌 Update timeout handling in workflows select
MiloradFilipovic 82986c8
👌 Update modal title
MiloradFilipovic c3d4125
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic aa26661
👕 Fix async function
MiloradFilipovic fe6964f
⚡ Wait for workflow select to be ready before focusing
MiloradFilipovic cec1e99
👕 Fix async method
MiloradFilipovic 29e7dc2
⚡ Count `null` as `false` in mcp access filter
MiloradFilipovic 3f65398
👌 Use `prefix` slot for search icon
MiloradFilipovic 4207453
👌 Remove workflows table empty state description
MiloradFilipovic 1359753
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic dce37e6
✔️ Update workflows table tests
MiloradFilipovic 36114d9
Merge remote-tracking branch 'origin/ADO-4437-connect-workflows-from-…
MiloradFilipovic be78239
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic 59c5b3a
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic f78bce3
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic f5f68bb
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic b148ec7
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic 902eac9
📈 Added simple logging for MCP requests
MiloradFilipovic a493283
Merge remote-tracking branch 'origin/ADO-4437-connect-workflows-from-…
MiloradFilipovic d7075d9
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic 791ba6a
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic c88867d
💄 Make description link inline
MiloradFilipovic 71f1edc
Merge branch 'master' into ADO-4437-connect-workflows-from-mcp-page
MiloradFilipovic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.