File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ jobs:
104104 echo "Session ID: $SESSION_ID"
105105 echo "SESSION_ID=$SESSION_ID" >> "$GITHUB_ENV"
106106
107- - name : " Test 2: Call get_issue on a public repo (expect lockdown to block)"
107+ - name : " Test 2: Call issue_read on a public repo (expect lockdown to block)"
108108 env :
109109 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110110 run : |
111- echo "=== Calling get_issue on a public repo issue ==="
111+ echo "=== Calling issue_read (method: get) on a public repo issue ==="
112112 echo "This targets github/github-mcp-server#1 (a public repo)."
113113 echo "With GITHUB_TOKEN read-all, the collaborators GraphQL query returns"
114114 echo "empty results, so lockdown will treat ALL authors as unsafe."
@@ -125,11 +125,12 @@ jobs:
125125 "id": 2,
126126 "method": "tools/call",
127127 "params": {
128- "name": "get_issue ",
128+ "name": "issue_read ",
129129 "arguments": {
130- "owner": "githubnext",
131- "repo": "gh-aw-test",
132- "issue_number": 44
130+ "method": "get",
131+ "owner": "github",
132+ "repo": "github-mcp-server",
133+ "issue_number": 1
133134 }
134135 }
135136 }')
You can’t perform that action at this time.
0 commit comments