Commit 25ed4b9
Add commands for reviewing pull requests and staged changes (#135)
* Add commands for reviewing pull requests and staged changes
* Fix markdown formatting in review commands for consistency
* Enhance documentation for review commands: add detailed instructions and examples for posting comments and resolving reviews
* Update .claude/commands/post-review-comments.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add support for custom MCP server URLs (#96) (#137)
* Initial plan
* Add support for custom MCP server URLs
* Add comprehensive tests for custom MCP server URL support
* Remove unnecessary hasattr check in exception handler
* Simplify custom URL checks by removing redundant strip calls
* Improve exception handling and clarify test comments
* Refactor to consistently store URLs in the url field
* Use 'url' field consistently in both manifest and gateway responses
* Refactor gateway parsing to match manifest logic and improve variable naming
* Fix formatting: remove extra blank line in test
* Rename custom_url to endpoint for better clarity
* Remove fallback logic and use config.url directly in all tool registration services
* Remove redundant null check for server_url in Agent Framework service
* Use 'or' operator for cleaner fallback logic in server_name assignment
* Add clarifying comment for server_name fallback logic
* Fix undefined variable reference in log statement
* Move server_name assignment outside try block to ensure it's always available in exception handler
* Clarify comment for server_name fallback logic
* Add server_name fallback logic in OpenAI MCP tool registration service
* Improve variable naming consistency and add server_name fallback in Semantic Kernel service
* Fix inconsistent server_name usage in Semantic Kernel service
* Add server_name fallback logic in configuration service URL construction
* Run ruff formatter to fix formatting issues
* Update tests/tooling/test_mcp_server_configuration.py
* Update tests/tooling/test_mcp_server_configuration.py
* Update tests/tooling/test_mcp_server_configuration.py
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Enhance comment formatting in post-review-comments.md for better visibility
---------
Co-authored-by: Johan Broberg <johanb@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>1 parent 1c44d8c commit 25ed4b9
5 files changed
Lines changed: 1139 additions & 225 deletions
File tree
- .claude
- agents
- commands
This file was deleted.
0 commit comments