File tree Expand file tree Collapse file tree 7 files changed +12
-19
lines changed Expand file tree Collapse file tree 7 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ jobs:
396396 echo "The registry.json will be published when this PR is merged." >> pr-comment.md
397397
398398 - name : Upload PR artifact
399- uses : actions/upload-artifact@v4
399+ uses : actions/upload-artifact@v5
400400 with :
401401 name : pr-registry-json
402402 path : build/registry.json
Original file line number Diff line number Diff line change 3333 steps :
3434 # Check out the repository code so Claude can access it
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 # Run Claude Code Action to provide AI assistance
3939 # This action will analyze the context and respond to the @claude mention
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206
207207 - name : Upload commit info
208208 if : (steps.update.outputs.changed == 'true' || steps.update.outputs.warning-added == 'true') && github.event_name == 'pull_request'
209- uses : actions/upload-artifact@v4
209+ uses : actions/upload-artifact@v5
210210 with :
211211 name : commit-info-${{ steps.server-info.outputs.server-name }}
212212 path : /tmp/commit-info/
@@ -258,7 +258,7 @@ jobs:
258258 ref : ${{ github.head_ref || github.ref }}
259259
260260 - name : Download all commit info artifacts
261- uses : actions/download-artifact@v5
261+ uses : actions/download-artifact@v6
262262 with :
263263 path : /tmp/artifacts/
264264 pattern : commit-info-*
@@ -349,7 +349,7 @@ jobs:
349349 body-includes : ' ## 🔧 MCP Server Tool List Updates'
350350
351351 - name : Download all commit info artifacts
352- uses : actions/download-artifact@v5
352+ uses : actions/download-artifact@v6
353353 with :
354354 path : /tmp/comment-artifacts/
355355 pattern : commit-info-*
Original file line number Diff line number Diff line change 6363 - infrastructure
6464 - database
6565 - storage
66- image : mcr.microsoft.com/azure-sdk/azure-mcp:0.9.9
66+ image : mcr.microsoft.com/azure-sdk/azure-mcp:1.0.0
6767permissions :
6868 network :
6969 outbound :
Original file line number Diff line number Diff line change 3333 - toolbox
3434 - genai
3535 - mcp-server
36- image : us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.17 .0
36+ image : us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.18 .0
3737permissions :
3838 network :
3939 outbound :
Original file line number Diff line number Diff line change @@ -12,48 +12,42 @@ transport: stdio
1212tools :
1313 - add_comment_to_pending_review
1414 - add_issue_comment
15- - add_sub_issue
1615 - assign_copilot_to_issue
1716 - create_branch
18- - create_issue
1917 - create_or_update_file
2018 - create_pull_request
2119 - create_repository
2220 - delete_file
2321 - fork_repository
2422 - get_commit
2523 - get_file_contents
26- - get_issue
27- - get_issue_comments
2824 - get_label
2925 - get_latest_release
3026 - get_me
3127 - get_release_by_tag
3228 - get_tag
3329 - get_team_members
3430 - get_teams
31+ - issue_read
32+ - issue_write
3533 - list_branches
3634 - list_commits
3735 - list_issue_types
3836 - list_issues
39- - list_label
4037 - list_pull_requests
4138 - list_releases
42- - list_sub_issues
4339 - list_tags
4440 - merge_pull_request
4541 - pull_request_read
4642 - pull_request_review_write
4743 - push_files
48- - remove_sub_issue
49- - reprioritize_sub_issue
5044 - request_copilot_review
5145 - search_code
5246 - search_issues
5347 - search_pull_requests
5448 - search_repositories
5549 - search_users
56- - update_issue
50+ - sub_issue_write
5751 - update_pull_request
5852 - update_pull_request_branch
5953metadata :
7367 - search
7468 - update
7569 - issues
76- image : ghcr.io/github/github-mcp-server:v0.19 .1
70+ image : ghcr.io/github/github-mcp-server:v0.20 .1
7771permissions :
7872 network :
7973 outbound :
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ tier: Official
1010status : Active
1111transport : stdio
1212tools :
13- - analyze_issue_with_seer
1413 - find_dsns
1514 - find_organizations
1615 - find_projects
3534 - monitoring
3635 - error-tracking
3736 - observability
38- image : ghcr.io/stacklok/dockyard/npx/sentry-mcp-server:0.18 .0
37+ image : ghcr.io/stacklok/dockyard/npx/sentry-mcp-server:0.19 .0
3938permissions :
4039 network :
4140 outbound :
You can’t perform that action at this time.
0 commit comments