Skip to content

Commit

Permalink
Merge pull request #18 from modelcontextprotocol/justin/link-all-script
Browse files Browse the repository at this point in the history
Add `npm run link-all` script to set up servers
  • Loading branch information
jspahrsummers authored Nov 21, 2024
2 parents ea273a3 + edb36b0 commit 3d8d056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"scripts": {
"build": "npm run build --workspaces",
"watch": "npm run watch --workspaces",
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
"publish-all": "npm publish --workspaces --access public && npm publish --access public",
"link-all": "npm link --workspaces"
},
"dependencies": {
"@modelcontextprotocol/server-everything": "*",
Expand Down

0 comments on commit 3d8d056

Please sign in to comment.