New Tools
- GitHub Actions tools for workflow management
- Separate tools for issue and pull request search
- Separate tools for org and user search (org toolset added)
Tool Updates
get_file_contents
accepts a ref or shaget_pull_request_files
now accepts pagination parameterslist_commits
now accepts an author field for filtering
New Prompts 🚀
- first prompt to automatically assign copilot coding agent to tasks from a specified repository
Changelog
What's Changed
- Update README.md to prompt VS Code version update by @D1M1TR10S in #509
- point to general updates page by @tonytrg in #511
- add clarification for required vs code version for remote mcp by @tonytrg in #512
- point to remote config docs by @tonytrg in #513
- Add a Remote MCP configuration example that employs a PAT by @jww3 in #514
- Add missing tool descriptions by @tonytrg in #515
- Update README.md by @PierreGode in #534
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #529
- build(deps): bump golang from 1.24.3-alpine to 1.24.4-alpine by @dependabot in #496
- docs: change Anthropic to Github in mcpurl README by @dgiacomo in #538
- chore: fix e2e tests by @tonytrg in #536
- Add toolsnaps for every tool by @williammartin in #543
- docs: suggest shorter name for server by @SamMorrowDrums in #546
- feat: add GitHub Actions tools for workflow management by @gabornyergesX in #491
- build(deps): bump github.com/mark3labs/mcp-go from 0.31.0 to 0.32.0 by @dependabot in #528
- Remove tool desc
add_pull_request_review_comment
and `create_pull_r… by @andrewyk in #553 - Update feature_request.md by @D1M1TR10S in #560
- get_file_contents accepts a ref instead of just branch by @tonytrg in #558
- Add ctx propagation to raw api request by @kerobbi in #570
- add author field to list_commits for filtering by @davidbyttow in #569
- Add in an assign copilot prompt by @SamMorrowDrums in #572
- Adjust
create_or_update_file
description to try avoid incorrect selection by @williammartin in #419 - Enable use of error middleware by @SamMorrowDrums in #573
- feat: add pagination support to get_pull_request_files tool by @anant-rustagi in #561
- Separate org and user search by @SamMorrowDrums in #486
- Add search pull requests tool by @JoannaaKL in #583
- Add underscore variant by @JoannaaKL in #581
- collapse docs from readme by @tonytrg in #580
- Generate documentation by @SamMorrowDrums in #602
- Add release script by @SamMorrowDrums in #594
- Fix linting flow by @JoannaaKL in #614
- Add tail logs option by @JoannaaKL in #615
- Add script to generate docs by @JoannaaKL in #622
- Add comment to trim lines by @JoannaaKL in #621
New Contributors
- @D1M1TR10S made their first contribution in #509
- @jww3 made their first contribution in #514
- @PierreGode made their first contribution in #534
- @dgiacomo made their first contribution in #538
- @gabornyergesX made their first contribution in #491
- @andrewyk made their first contribution in #553
- @kerobbi made their first contribution in #570
- @davidbyttow made their first contribution in #569
- @anant-rustagi made their first contribution in #561
- @JoannaaKL made their first contribution in #583
Full Changelog: v0.5.0...v0.6.0