Skip to content

Commit ff1f0ee

Browse files
authored
Merge pull request #69 from cblecker/feat/pr-review-gopls-permissions
feat(pr-review-toolkit): add read-only gopls tools to allowed-tools
2 parents 64d9a33 + 2824748 commit ff1f0ee

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

pr-review-toolkit/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pr-review-toolkit",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Comprehensive PR review board using shared workflow context",
55
"author": {
66
"name": "cblecker",

pr-review-toolkit/skills/review-pr/SKILL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ allowed-tools:
1616
- mcp__plugin_github_github__pull_request_review_write
1717
- mcp__plugin_github_github__add_comment_to_pending_review
1818
- mcp__plugin_github_github__add_reply_to_pull_request_comment
19+
- mcp__plugin_golang_gopls__go_diagnostics
20+
- mcp__plugin_golang_gopls__go_file_context
21+
- mcp__plugin_golang_gopls__go_package_api
22+
- mcp__plugin_golang_gopls__go_search
23+
- mcp__plugin_golang_gopls__go_symbol_references
24+
- mcp__plugin_golang_gopls__go_vulncheck
25+
- mcp__plugin_golang_gopls__go_workspace
1926
---
2027

2128
# PR Review: $pr-url

0 commit comments

Comments
 (0)