-
Notifications
You must be signed in to change notification settings - Fork 10
Add support for custom MCP server URLs #96
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
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d3fbcec
Initial plan
Copilot 7468ea0
Add support for custom MCP server URLs
Copilot dba9456
Add comprehensive tests for custom MCP server URL support
Copilot fe26a98
Remove unnecessary hasattr check in exception handler
Copilot 31f547a
Simplify custom URL checks by removing redundant strip calls
Copilot 967d25a
Improve exception handling and clarify test comments
Copilot 7ce0f25
Refactor to consistently store URLs in the url field
Copilot ccaa294
Use 'url' field consistently in both manifest and gateway responses
Copilot ec89302
Refactor gateway parsing to match manifest logic and improve variable…
Copilot 5f056f1
Fix formatting: remove extra blank line in test
Copilot cb3f7b8
Rename custom_url to endpoint for better clarity
Copilot 6ce6e4f
Remove fallback logic and use config.url directly in all tool registr…
Copilot 463d9bf
Remove redundant null check for server_url in Agent Framework service
Copilot ad365b0
Use 'or' operator for cleaner fallback logic in server_name assignment
Copilot 32039fc
Add clarifying comment for server_name fallback logic
Copilot cce7219
Fix undefined variable reference in log statement
Copilot 4a2bd66
Move server_name assignment outside try block to ensure it's always a…
Copilot 1cf6acc
Clarify comment for server_name fallback logic
Copilot b5eeb7e
Add server_name fallback logic in OpenAI MCP tool registration service
Copilot 6eb7901
Improve variable naming consistency and add server_name fallback in S…
Copilot 0195f73
Fix inconsistent server_name usage in Semantic Kernel service
Copilot 5cec8d5
Add server_name fallback logic in configuration service URL construction
Copilot 76790f1
Run ruff formatter to fix formatting issues
Copilot b7a9044
Update tests/tooling/test_mcp_server_configuration.py
pontemonti 025fb53
Update tests/tooling/test_mcp_server_configuration.py
pontemonti 2621e12
Update tests/tooling/test_mcp_server_configuration.py
pontemonti 6c86601
Merge branch 'main' into copilot/add-custom-mcp-server-support
pontemonti 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| # Copyright (c) Microsoft Corporation. | ||
| # Licensed under the MIT License. | ||
|
|
||
| """Tests for tooling components.""" |
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.