-
Notifications
You must be signed in to change notification settings - Fork 8
feat(ai-config): mcp config add assistant choices #1684
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
damyanpetev
merged 32 commits into
master
from
mstoyanova/update-mcp-config-agent-agnostic-restore
May 13, 2026
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
25318e0
feat: enhance MCP configuration for multiple coding assistants and up…
Marina-L-Stoyanova 322523e
feat: update MCP configuration to support multiple coding assistants …
Marina-L-Stoyanova 5ae1e91
feat: enhance AI configuration by adding assistant labels and improvi…
Marina-L-Stoyanova 11b80bb
Potential fix for pull request finding
Marina-L-Stoyanova 8e8fb45
feat: update AI configuration to include assistant selection and modi…
Marina-L-Stoyanova 6c408a8
fix: ai-config tests
Marina-L-Stoyanova 39bba34
feat: update AI assistant configuration to include 'general' and modi…
Marina-L-Stoyanova d50be45
fix: adjust order of operations in new command to configure before pa…
Marina-L-Stoyanova 2f7b429
fix: update launch configuration to change argument from 'ai-config' …
Marina-L-Stoyanova 00758bb
fix: update AI assistant labels for clarity and consistency
Marina-L-Stoyanova b119049
fix: update addAIConfig function to correct assistants parameter and …
Marina-L-Stoyanova 934ba2b
fix: rename 'assistant' to 'assistants' in AI config schema and updat…
Marina-L-Stoyanova a75b5f8
Merge branch 'master' into mstoyanova/update-mcp-config-agent-agnosti…
damyanpetev 9af062f
chore: agent skills descriptions
damyanpetev 1320544
fix: update configureMCP function to require assistants parameter and…
Marina-L-Stoyanova a8d5fd1
fix: update ai-config schematic tests to use correct assistants param…
Marina-L-Stoyanova 67a679d
chore: formatting
damyanpetev 80ba262
refactor(schematics): leftover default param
damyanpetev 3968806
fix(schematics): mcp config none handling
damyanpetev 487bb0a
refactor: move skill flag param at end
damyanpetev 3a0962d
fix(ai-config): still config mcp w/ none agents selected
damyanpetev 3bac0ac
Merge remote-tracking branch 'origin/master' into mstoyanova/update-m…
damyanpetev ca9899d
fix(ai-config): leftover change for config re-prompt call
damyanpetev d0fdb37
update: Update README.md
Marina-L-Stoyanova ee7bc1e
Update packages/core/util/mcp-config.ts
Marina-L-Stoyanova b15c512
fix(ai-config): update assistant terminology from "general" to "generic"
Marina-L-Stoyanova 559e74b
fix(ai-config): update configure function to handle "none" option and…
Marina-L-Stoyanova f68207c
fix(new-command): reorder project directory change and configuration …
Marina-L-Stoyanova 8d84906
fix(ai-config): simplify agent and assistant configuration prompts
Marina-L-Stoyanova 063ddbf
Merge branch 'master' into mstoyanova/update-mcp-config-agent-agnosti…
damyanpetev df06219
chore(ai-configure: remove redundant prompt param
damyanpetev 88ce66f
chore: alias repeated types
damyanpetev 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
Some comments aren't visible on the classic Files Changed page.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or, have we considered naming this something else, like
--mcp?