Skip to content

Commit 5ff71e5

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-05) ### Bug Fixes * make NPM publishing optional in workflows ([d29873c](Mearman/mcp-template@d29873c)) * update package name and repository URL to mcp-template ([4e521d9](Mearman/mcp-template@4e521d9)) * update yarn.lock with template dependencies ([bf91d1d](Mearman/mcp-template@bf91d1d)) ### Features * add template source code structure ([f5fa805](Mearman/mcp-template@f5fa805)) * initial MCP TypeScript template setup ([c22f20d](Mearman/mcp-template@c22f20d))
1 parent 975488f commit 5ff71e5

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.0.0 (2025-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* make NPM publishing optional in workflows ([d29873c](https://github.com/Mearman/mcp-template/commit/d29873c45a9f95487f3c443277b57b95102a86b0))
7+
* update package name and repository URL to mcp-template ([4e521d9](https://github.com/Mearman/mcp-template/commit/4e521d96b75076938ac8386948ee32f00d66b689))
8+
* update yarn.lock with template dependencies ([bf91d1d](https://github.com/Mearman/mcp-template/commit/bf91d1db32286419774909dcf1810a10250101fc))
9+
10+
11+
### Features
12+
13+
* add template source code structure ([f5fa805](https://github.com/Mearman/mcp-template/commit/f5fa805b1906d5a79a95dd78d025eaf9099b4bdc))
14+
* initial MCP TypeScript template setup ([c22f20d](https://github.com/Mearman/mcp-template/commit/c22f20d183e03cc14108c232539a166febda1181))
15+
116
# Changelog
217

318
All notable changes to this project will be documented in this file.

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.1.0",
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",
@@ -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)