This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Whitelist mcp servers and use a controller to manage them#1033
Open
Whitelist mcp servers and use a controller to manage them#1033
Conversation
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## dev #1033 +/- ##
==========================================
- Coverage 56.35% 53.88% -2.48%
==========================================
Files 359 398 +39
Lines 12597 13546 +949
Branches 1182 1250 +68
==========================================
+ Hits 7099 7299 +200
- Misses 5095 5836 +741
- Partials 403 411 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 36 files with indirect coverage changes 🚀 New features to boost your workflow:
|
…station into feature/mcp-whitelist
arg-foo
suggested changes
Aug 6, 2025
| /// <summary> | ||
| /// Implementation of MCP extension wrapper that calls the actual extension methods | ||
| /// </summary> | ||
| public class McpExtensionWrapper : IMcpExtensionWrapper |
Contributor
There was a problem hiding this comment.
This class is unnecessary since it is essentially gAgentFactory. I think the main thing to implement is how to separate the logic in GetMCPWhiteListAsync and ConfigMCPWhitelistAsync from gAgentFactory.
…n into feature/mcp-whitelist
…n into feature/mcp-whitelist # Conflicts: # Directory.Packages.props
…-whitelist # Conflicts: # Directory.Packages.props
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.