Skip to content

Commit c6c6217

Browse files
Merge pull request #2 from modelcontextprotocol/justin/individual-packages
Create package for each server
2 parents 0a1e41d + 8f45f4a commit c6c6217

14 files changed

+773
-1207
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
with:
3838
node-version: 18
3939
cache: npm
40-
registry-url: 'https://registry.npmjs.org'
40+
registry-url: "https://registry.npmjs.org"
4141

4242
- run: npm ci
4343

4444
# TODO: Add --provenance once the repo is public
45-
- run: npm publish --access public
45+
- run: npm run publish-all
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)