Skip to content

Commit c432ba7

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](Mearman/mcp-template@v1.0.0...v1.1.0) (2025-06-05) ### Bug Fixes * add lint ignore comments for necessary any types ([337e819](Mearman/mcp-template@337e819)) * update yarn.lock for new CLI dependencies ([fb8bb46](Mearman/mcp-template@fb8bb46)) ### Features * add CLI commands for fetch pattern demonstration ([3c3578b](Mearman/mcp-template@3c3578b)) * add CLI functionality to complete dual-mode template ([9565319](Mearman/mcp-template@9565319)) * add MCP tools demonstrating configurable fetch pattern ([a102800](Mearman/mcp-template@a102800)) * add node-fetch-cache dependency for configurable fetch pattern ([ef4d32f](Mearman/mcp-template@ef4d32f)) * implement configurable fetch utility with multiple backends ([47b34f7](Mearman/mcp-template@47b34f7)) * integrate fetch example tools into MCP server ([b507c3d](Mearman/mcp-template@b507c3d)) * maximize test coverage for mcp-template ([9cda6cf](Mearman/mcp-template@9cda6cf))
1 parent c749508 commit c432ba7

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.1.0](https://github.com/Mearman/mcp-template/compare/v1.0.0...v1.1.0) (2025-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* add lint ignore comments for necessary any types ([337e819](https://github.com/Mearman/mcp-template/commit/337e819d7428d8e86024abf4704b179c5c97ce04))
7+
* update yarn.lock for new CLI dependencies ([fb8bb46](https://github.com/Mearman/mcp-template/commit/fb8bb46faa4c48cb6251417e68ba7981211ffa8e))
8+
9+
10+
### Features
11+
12+
* add CLI commands for fetch pattern demonstration ([3c3578b](https://github.com/Mearman/mcp-template/commit/3c3578b91163585cb1d4eb3d0f0d8c5947a8acf9))
13+
* add CLI functionality to complete dual-mode template ([9565319](https://github.com/Mearman/mcp-template/commit/9565319168ae691c7cbb4d4c932b9b9acf012820))
14+
* add MCP tools demonstrating configurable fetch pattern ([a102800](https://github.com/Mearman/mcp-template/commit/a1028009ff59662d53dc1202f7fef77ba6640c82))
15+
* add node-fetch-cache dependency for configurable fetch pattern ([ef4d32f](https://github.com/Mearman/mcp-template/commit/ef4d32fc39662dff0b63603fe788b53e0433ac10))
16+
* implement configurable fetch utility with multiple backends ([47b34f7](https://github.com/Mearman/mcp-template/commit/47b34f75642620dd8be26e5eeaa466540dbc7562))
17+
* integrate fetch example tools into MCP server ([b507c3d](https://github.com/Mearman/mcp-template/commit/b507c3d48e28b8380e39257aaeae05613a183cb6))
18+
* maximize test coverage for mcp-template ([9cda6cf](https://github.com/Mearman/mcp-template/commit/9cda6cf73f195ff50996ee9630baba9359362ce2))
19+
120
# 1.0.0 (2025-06-05)
221

322

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Template for building MCP (Model Context Protocol) servers with TypeScript",
55
"main": "dist/index.js",
66
"bin": "dist/index.js",
@@ -17,7 +17,13 @@
1717
"prepare": "husky",
1818
"start": "node dist/index.js"
1919
},
20-
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
20+
"keywords": [
21+
"mcp",
22+
"model-context-protocol",
23+
"typescript",
24+
"template",
25+
"mcp-server"
26+
],
2127
"author": "",
2228
"license": "CC-BY-NC-SA-4.0",
2329
"repository": {

0 commit comments

Comments
 (0)