Skip to content

Commit 46f35de

Browse files
committed
test
1 parent 0b6bfb9 commit 46f35de

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/mcp-lockdown-mode-proof.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}')

0 commit comments

Comments
 (0)