Skip to content

Commit

Permalink
Merge pull request #2 from modelcontextprotocol/justin/individual-pac…
Browse files Browse the repository at this point in the history
…kages

Create package for each server
  • Loading branch information
jspahrsummers authored Nov 19, 2024
2 parents 0a1e41d + 8f45f4a commit c6c6217
Show file tree
Hide file tree
Showing 14 changed files with 773 additions and 1,207 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
with:
node-version: 18
cache: npm
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"

- run: npm ci

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

0 comments on commit c6c6217

Please sign in to comment.