Skip to content

Commit c2306cc

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)) * 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 842cab8 commit c2306cc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
# 1.0.0 (2025-06-05)
3232

3333

34+
### Bug Fixes
35+
36+
* make NPM publishing optional in workflows ([ee1dcd8](https://github.com/Mearman/mcp-template/commit/ee1dcd8575fca4f7728fa2f863c9d11f68258264))
37+
* update package name and repository URL to mcp-template ([83200f0](https://github.com/Mearman/mcp-template/commit/83200f05a75c977741c357fe5d6363bd10e9026c))
38+
* update yarn.lock with template dependencies ([975488f](https://github.com/Mearman/mcp-template/commit/975488f6ab01c04b2bbc1e6dbec43aad0d1d3991))
39+
40+
41+
### Features
42+
43+
* add template source code structure ([855886d](https://github.com/Mearman/mcp-template/commit/855886d044358e5f8c24f839fa6c1845a0c64368))
44+
* initial MCP TypeScript template setup ([f6ab775](https://github.com/Mearman/mcp-template/commit/f6ab77580ef2c3d166b0a65bdbf8ca42f79c51a0))
45+
46+
# 1.0.0 (2025-06-05)
47+
48+
3449
### Bug Fixes
3550

3651
* make NPM publishing optional in workflows ([d29873c](https://github.com/Mearman/mcp-template/commit/d29873c45a9f95487f3c443277b57b95102a86b0))

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)