Skip to content

Commit b678a55

Browse files
committed
fix: reset version for semantic-release to manage
- Set version to 0.0.0-semantic-release - This allows semantic-release to determine the correct version
1 parent c2306cc commit b678a55

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-template",
3-
"version": "1.0.0",
3+
"version": "0.0.0-semantic-release",
44
"description": "Template for building MCP (Model Context Protocol) servers with TypeScript",
55
"main": "dist/index.js",
66
"type": "module",
@@ -16,13 +16,7 @@
1616
"prepare": "husky",
1717
"start": "node dist/index.js"
1818
},
19-
"keywords": [
20-
"mcp",
21-
"model-context-protocol",
22-
"typescript",
23-
"template",
24-
"mcp-server"
25-
],
19+
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
2620
"author": "",
2721
"license": "CC-BY-NC-SA-4.0",
2822
"repository": {

0 commit comments

Comments
 (0)