Skip to content

Commit 1b59b8d

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ 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
27+
npm run build
2328
- run: npm run build
2429
- run: npm test
2530

0 commit comments

Comments
 (0)