Skip to content

Commit baa2f6a

Browse files
committed
1 parent 582294c commit baa2f6a

File tree

7 files changed

+28
-26
lines changed

7 files changed

+28
-26
lines changed

.changeset/afraid-trees-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-dots-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/salty-flowers-scream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-planets-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-doors-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-mcp-kit/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# create-mcp-kit
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [`70c03b7`](https://github.com/my-mcp-hub/mcp-kit/commit/70c03b709642445e428815efe2ee1f26ad33203a) Thanks [@zhensherlock](https://github.com/zhensherlock)! - feat: update client-js template
8+
9+
- [`bfd07be`](https://github.com/my-mcp-hub/mcp-kit/commit/bfd07be48ff494a8d5a9ba70978e517111c8216b) Thanks [@zhensherlock](https://github.com/zhensherlock)! - chore: update dependencies
10+
11+
- [`3df871a`](https://github.com/my-mcp-hub/mcp-kit/commit/3df871a9c5024b2a29af0d93086e370d4b8cd763) Thanks [@zhensherlock](https://github.com/zhensherlock)! - refactor: use builtinModules for external dependencies
12+
13+
- [`680715b`](https://github.com/my-mcp-hub/mcp-kit/commit/680715b444aeb46f856ddec1212aec773ebadcdb) Thanks [@zhensherlock](https://github.com/zhensherlock)! - feat: update server-ts template
14+
15+
- [`323b544`](https://github.com/my-mcp-hub/mcp-kit/commit/323b54431d26735f9bde6348f0f4456172e1b1df) Thanks [@zhensherlock](https://github.com/zhensherlock)! - refactor: use import.meta.dirname instead of fileURLToPath
16+
17+
- [`ede7f24`](https://github.com/my-mcp-hub/mcp-kit/commit/ede7f24aeede222c5801120e825349d39b148329) Thanks [@zhensherlock](https://github.com/zhensherlock)! - build: replace eslint with biome for linting
18+
19+
- [`405b805`](https://github.com/my-mcp-hub/mcp-kit/commit/405b805c4078d8d8c8d952eb90b59eb5b5eb9e40) Thanks [@zhensherlock](https://github.com/zhensherlock)! - refactor: standardize imports and format configuration files
20+
21+
- [`25216d3`](https://github.com/my-mcp-hub/mcp-kit/commit/25216d3d9c2e620712e441922ef6423cf65ede26) Thanks [@zhensherlock](https://github.com/zhensherlock)! - feat: update server-js template
22+
23+
- [`8aba7cf`](https://github.com/my-mcp-hub/mcp-kit/commit/8aba7cfc78a6699df4ebd9e5f46c725b1b7c6f0b) Thanks [@zhensherlock](https://github.com/zhensherlock)! - chore: update dependencies
24+
25+
- [`3c16c68`](https://github.com/my-mcp-hub/mcp-kit/commit/3c16c68164a214b08f3255a1ae127df4ef96293f) Thanks [@zhensherlock](https://github.com/zhensherlock)! - feat: update client-ts template
26+
27+
- Updated dependencies [[`bfd07be`](https://github.com/my-mcp-hub/mcp-kit/commit/bfd07be48ff494a8d5a9ba70978e517111c8216b), [`3df871a`](https://github.com/my-mcp-hub/mcp-kit/commit/3df871a9c5024b2a29af0d93086e370d4b8cd763), [`ede7f24`](https://github.com/my-mcp-hub/mcp-kit/commit/ede7f24aeede222c5801120e825349d39b148329), [`405b805`](https://github.com/my-mcp-hub/mcp-kit/commit/405b805c4078d8d8c8d952eb90b59eb5b5eb9e40), [`8aba7cf`](https://github.com/my-mcp-hub/mcp-kit/commit/8aba7cfc78a6699df4ebd9e5f46c725b1b7c6f0b)]:
28+
- @mcp-tool-kit/shared@0.1.5
29+
330
## 0.1.4
431

532
### Patch Changes

packages/create-mcp-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mcp-kit",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A CLI tool to create MCP (Model Context Protocol) applications with ease.",
55
"type": "module",
66
"author": "zhensherlock",

0 commit comments

Comments
 (0)