We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a85af commit 439a531Copy full SHA for 439a531
.github/workflows/check.yml
@@ -5,9 +5,6 @@ on:
5
branches:
6
- main
7
pull_request:
8
- pull_request_target:
9
- branches:
10
- - main
11
12
permissions: {}
13
@@ -64,4 +61,5 @@ jobs:
64
61
rm -rf node_modules
65
62
pnpm pkg set scripts.prepare="exit 0"
66
63
pnpm install --prod --frozen-lockfile
67
- - run: pnpm dlx @modelcontextprotocol/[email protected] --cli --method tools/list -- node dist/esm/index.js
+ - name: List available tools
+ run: pnpm dlx @modelcontextprotocol/[email protected] --cli --method tools/list -- node dist/esm/index.js
0 commit comments