Skip to content

Commit 012f77a

Browse files
chore: release 0.2.22
1 parent 1993394 commit 012f77a

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.21"
2+
".": "0.2.22"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.22](https://github.com/QuantGeekDev/mcp-framework/compare/mcp-framework-v0.2.21...mcp-framework-v0.2.22) (2026-04-02)
9+
10+
11+
### Features
12+
13+
* skip git init in existing repos and add unit tests for create . ([879cd8b](https://github.com/QuantGeekDev/mcp-framework/commit/879cd8b4a0918be9b990a2d7720f86358daa9341))
14+
* support `mcp create .` to scaffold in current directory ([1993394](https://github.com/QuantGeekDev/mcp-framework/commit/199339437ea5dbcaba7bb3df7aa50e0563124e04))
15+
* support `mcp create .` to scaffold in current directory ([300d89e](https://github.com/QuantGeekDev/mcp-framework/commit/300d89e3054897db93c788c13f3a9af2e8709f72)), closes [#78](https://github.com/QuantGeekDev/mcp-framework/issues/78)
16+
17+
18+
### Bug Fixes
19+
20+
* add mcp-framework CLI alias and PATH conflict detection ([b543447](https://github.com/QuantGeekDev/mcp-framework/commit/b543447682e46433fa8ba8d0c86c3f97ab69dc81))
21+
* add mcp-framework CLI alias and PATH conflict detection ([#53](https://github.com/QuantGeekDev/mcp-framework/issues/53)) ([2c5a1ca](https://github.com/QuantGeekDev/mcp-framework/commit/2c5a1cadbf141879f5ae3b1fd1ce86f4e9441f74))
22+
823
## [0.2.21](https://github.com/QuantGeekDev/mcp-framework/compare/mcp-framework-v0.2.20...mcp-framework-v0.2.21) (2026-04-02)
924

1025

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
55
"type": "module",
66
"author": "Alex Andru <alex@andru.codes>",

0 commit comments

Comments
 (0)