Skip to content

Commit edcbfe3

Browse files
authored
Merge pull request #134 from QuantGeekDev/release-please--branches--main--components--mcp-framework
chore: release 0.2.17
2 parents 0e95ba3 + c2ed015 commit edcbfe3

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.16"
2+
".": "0.2.17"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.17](https://github.com/QuantGeekDev/mcp-framework/compare/mcp-framework-v0.2.16...mcp-framework-v0.2.17) (2025-11-21)
9+
10+
11+
### Features
12+
13+
* add auth context ([ff8f81e](https://github.com/QuantGeekDev/mcp-framework/commit/ff8f81e34de134e7f6b8f9270f62eec687b4b61e))
14+
* add request context for auth ([182a019](https://github.com/QuantGeekDev/mcp-framework/commit/182a01978fb4fb3e0a9435fad45379b52f6f9094))
15+
* fallback tokens ([f6fcf53](https://github.com/QuantGeekDev/mcp-framework/commit/f6fcf53969eea6760581d6e6aebc36d5cff91c5c))
16+
817
## [0.2.16](https://github.com/QuantGeekDev/mcp-framework/compare/mcp-framework-v0.2.15...mcp-framework-v0.2.16) (2025-11-14)
918

1019

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.17-beta.2",
3+
"version": "0.2.17",
44
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
55
"type": "module",
66
"author": "Alex Andru <[email protected]>",

0 commit comments

Comments
 (0)