[front] enh: add skills-only MCP server setting - #29597
Open
aubin-tchoi wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 12:03
94be42c to
b8ad601
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 14:42
b8ad601 to
928454e
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 14:54
928454e to
59ce21d
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
2 times, most recently
from
July 28, 2026 15:19
b7af10e to
5d3acdd
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 15:27
5d3acdd to
5c80958
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 15:33
5c80958 to
bacf1bd
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
2 times, most recently
from
July 28, 2026 15:41
d436c5c to
bfafd3b
Compare
Base automatically changed from
stack/skills-only-mcp-cleanup
to
stack/skills-only-mcp-discovery
July 28, 2026 15:47
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 15:47
bfafd3b to
a81804b
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 16:00
a81804b to
bfa7798
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 16:09
bfa7798 to
39f31c6
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 16:15
39f31c6 to
5365493
Compare
aubin-tchoi
force-pushed
the
stack/skills-only-mcp-settings
branch
from
July 28, 2026 16:28
5365493 to
9026282
Compare
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.
Overall goal
Some MCP tools rely on skill instructions for workspace-specific guidance, safety rules, or shortcuts that avoid unnecessary runtime research and credit spend. Exposing the raw tool directly lets agents bypass that context. The overall goal here is to let admins keep an MCP server available only through skills.
Part of https://github.com/dust-tt/tasks/issues/9792
Description
Adds an
Available to agentscheckbox to the tool settings sheet. When the tool is used directly by agents, unchecking it shows an impact warning. Saving sends the desired state and lets the backend remove direct agent configurations while preserving skills.Tests
Risk
Deploy Plan