We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 478df60 + 687bec6 commit 49c6194Copy full SHA for 49c6194
package.json
@@ -9,7 +9,10 @@
9
"scripts": {
10
"build": "tsc",
11
"prepare": "npm run build",
12
- "dev": "tsc --watch"
+ "dev": "tsc --watch",
13
+ "bump": "npm version patch && git push origin main --follow-tags",
14
+ "bump:minor": "npm version minor && git push origin main --follow-tags",
15
+ "bump:major": "npm version major && git push origin main --follow-tags"
16
},
17
"keywords": [
18
"mcp",
0 commit comments