Skip to content

Commit c78aa11

Browse files
Added install for the git cloned dep
1 parent 9d768bc commit c78aa11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
cache: npm
2121

2222
- run: npm ci
23+
- name: Build MCP SDK from GitHub source
24+
run: |
25+
cd node_modules/@modelcontextprotocol/sdk
26+
npm install
2327
- run: npm run build
2428
- run: npm test
2529

0 commit comments

Comments
 (0)