Skip to content

Commit 57860b8

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 131c550 commit 57860b8

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
@@ -1,6 +1,21 @@
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+
* update package name and repository URL to mcp-template ([83200f0](https://github.com/Mearman/mcp-template/commit/83200f05a75c977741c357fe5d6363bd10e9026c))
8+
* update yarn.lock with template dependencies ([975488f](https://github.com/Mearman/mcp-template/commit/975488f6ab01c04b2bbc1e6dbec43aad0d1d3991))
9+
10+
11+
### Features
12+
13+
* add template source code structure ([855886d](https://github.com/Mearman/mcp-template/commit/855886d044358e5f8c24f839fa6c1845a0c64368))
14+
* initial MCP TypeScript template setup ([f6ab775](https://github.com/Mearman/mcp-template/commit/f6ab77580ef2c3d166b0a65bdbf8ca42f79c51a0))
15+
16+
# 1.0.0 (2025-06-05)
17+
18+
419
### Bug Fixes
520

621
* 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
@@ -15,7 +15,13 @@
1515
"prepare": "husky",
1616
"start": "node dist/index.js"
1717
},
18-
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
18+
"keywords": [
19+
"mcp",
20+
"model-context-protocol",
21+
"typescript",
22+
"template",
23+
"mcp-server"
24+
],
1925
"author": "",
2026
"license": "MIT",
2127
"repository": {

0 commit comments

Comments
 (0)