Skip to content

Commit 8abc1b0

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-05) ### Bug Fixes * make NPM publishing optional in workflows ([ee1dcd8](Mearman/mcp-template@ee1dcd8)) * reset version for semantic-release to manage ([b678a55](Mearman/mcp-template@b678a55)) * update package name and repository URL to mcp-template ([83200f0](Mearman/mcp-template@83200f0)) * update yarn.lock with template dependencies ([975488f](Mearman/mcp-template@975488f)) ### Features * add template source code structure ([855886d](Mearman/mcp-template@855886d)) * initial MCP TypeScript template setup ([f6ab775](Mearman/mcp-template@f6ab775))
1 parent b678a55 commit 8abc1b0

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# 1.0.0 (2025-06-05)
22

33

4+
### Bug Fixes
5+
6+
* make NPM publishing optional in workflows ([ee1dcd8](https://github.com/Mearman/mcp-template/commit/ee1dcd8575fca4f7728fa2f863c9d11f68258264))
7+
* reset version for semantic-release to manage ([b678a55](https://github.com/Mearman/mcp-template/commit/b678a553b01069f1b2ff343b3ce581c00fc6b492))
8+
* update package name and repository URL to mcp-template ([83200f0](https://github.com/Mearman/mcp-template/commit/83200f05a75c977741c357fe5d6363bd10e9026c))
9+
* update yarn.lock with template dependencies ([975488f](https://github.com/Mearman/mcp-template/commit/975488f6ab01c04b2bbc1e6dbec43aad0d1d3991))
10+
11+
12+
### Features
13+
14+
* add template source code structure ([855886d](https://github.com/Mearman/mcp-template/commit/855886d044358e5f8c24f839fa6c1845a0c64368))
15+
* initial MCP TypeScript template setup ([f6ab775](https://github.com/Mearman/mcp-template/commit/f6ab77580ef2c3d166b0a65bdbf8ca42f79c51a0))
16+
17+
# 1.0.0 (2025-06-05)
18+
19+
420
### Bug Fixes
521

622
* make NPM publishing optional in workflows ([ee1dcd8](https://github.com/Mearman/mcp-template/commit/ee1dcd8575fca4f7728fa2f863c9d11f68258264))

package.json

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

0 commit comments

Comments
 (0)