Skip to content

Commit bbd8f5a

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-06) ### Bug Fixes * disable immutable installs to allow lockfile creation in CI ([d22435b](Mearman/mcp-template@d22435b)) * remove frozen-lockfile from CI workflows for template repository ([f5b55bb](Mearman/mcp-template@f5b55bb)) ### Features * add CLI support for dual MCP/CLI mode ([40010ef](Mearman/mcp-template@40010ef)) * add configurable fetch utility with caching ([0c4fc33](Mearman/mcp-template@0c4fc33)) * add example tool implementation ([64332dd](Mearman/mcp-template@64332dd)) * add fetch example tool demonstrating caching ([d6c973f](Mearman/mcp-template@d6c973f)) * add MCP server entry point with tool registration ([f1c418a](Mearman/mcp-template@f1c418a)) * add shared dependency management configuration ([d23449b](Mearman/mcp-template@d23449b)) * add shared fetch utility for template synchronization ([f89a1f9](Mearman/mcp-template@f89a1f9)) * add shared MCP server base patterns ([ab4cde7](Mearman/mcp-template@ab4cde7)) * add template marker and version tracking ([0505eb6](Mearman/mcp-template@0505eb6)) * add template synchronization configuration ([483f144](Mearman/mcp-template@483f144)) * add validation utilities for common patterns ([e920306](Mearman/mcp-template@e920306))
1 parent d22435b commit bbd8f5a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.0.0 (2025-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* disable immutable installs to allow lockfile creation in CI ([d22435b](https://github.com/Mearman/mcp-template/commit/d22435bb6960237aad7290cade33f0c31d639524))
7+
* remove frozen-lockfile from CI workflows for template repository ([f5b55bb](https://github.com/Mearman/mcp-template/commit/f5b55bb14e26b3077be88fff1f0649c5a306d2d8))
8+
9+
10+
### Features
11+
12+
* add CLI support for dual MCP/CLI mode ([40010ef](https://github.com/Mearman/mcp-template/commit/40010ef3ef41fb9bfd6b6c8ad9d706211b741c5d))
13+
* add configurable fetch utility with caching ([0c4fc33](https://github.com/Mearman/mcp-template/commit/0c4fc332ac33d7b4b3448323c3c254a1dae5cfdf))
14+
* add example tool implementation ([64332dd](https://github.com/Mearman/mcp-template/commit/64332dd63ee4c6a7bff1c956ed1c5d7d9b65f093))
15+
* add fetch example tool demonstrating caching ([d6c973f](https://github.com/Mearman/mcp-template/commit/d6c973f29100b63ac4c4e96ea79543b00b6af3b3))
16+
* add MCP server entry point with tool registration ([f1c418a](https://github.com/Mearman/mcp-template/commit/f1c418ace9cae5c1d109f43c573c98d867406fdb))
17+
* add shared dependency management configuration ([d23449b](https://github.com/Mearman/mcp-template/commit/d23449bc9807459b8507be9c6c555f7d5473da9c))
18+
* add shared fetch utility for template synchronization ([f89a1f9](https://github.com/Mearman/mcp-template/commit/f89a1f969b30d337a4fa77db017a96d487956be3))
19+
* add shared MCP server base patterns ([ab4cde7](https://github.com/Mearman/mcp-template/commit/ab4cde719f1c2f7d914cf7757103a86ff28ccac7))
20+
* add template marker and version tracking ([0505eb6](https://github.com/Mearman/mcp-template/commit/0505eb654b2ef77f67f54610593620ec7593c674))
21+
* add template synchronization configuration ([483f144](https://github.com/Mearman/mcp-template/commit/483f144ee9719ade3fb961738cd37ee495cb39ee))
22+
* add validation utilities for common patterns ([e920306](https://github.com/Mearman/mcp-template/commit/e920306c8dc92ddd3aab44a7136fe7530955d6f2))
23+
124
## [1.1.1](https://github.com/Mearman/mcp-template/compare/v1.1.0...v1.1.1) (2025-06-05)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-template",
3-
"version": "1.1.1",
3+
"version": "1.0.0",
44
"description": "Template for building MCP (Model Context Protocol) servers with TypeScript",
55
"main": "dist/index.js",
66
"bin": "dist/index.js",

0 commit comments

Comments
 (0)