Skip to content

Commit 526d133

Browse files
fix: simplify verify step to avoid npx hang
1 parent b6fb2bc commit 526d133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
run: |
4646
echo "Go version: $(go version)"
4747
echo "goimports: $(which goimports)"
48-
echo "MCP Inspector: $(npx @modelcontextprotocol/inspector@0.7.0 --version)"
48+
echo "MCP Inspector: $(which mcp-inspector || echo 'installed via npx')"
4949
echo "Server binary: $(ls -la github-mcp-server)"

0 commit comments

Comments
 (0)