From 4cf376aff7363a4cf17b39eb5e3c469d00e1f99f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:59:38 +0000 Subject: [PATCH] chore: release 0.2.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9007059..faf409d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.14" + ".": "0.2.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aabef11..ad1a39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.15](https://github.com/QuantGeekDev/mcp-framework/compare/mcp-framework-v0.2.14...mcp-framework-v0.2.15) (2025-06-18) + + +### Bug Fixes + +* http transport uses same tool loading ([0d0a8d8](https://github.com/QuantGeekDev/mcp-framework/commit/0d0a8d898b03acc722d88683eee9895bfbe5b518)) +* http transport uses same tool loading ([7ff3c11](https://github.com/QuantGeekDev/mcp-framework/commit/7ff3c115506394b2589a7bac2fa81e9401682f7b)) + ## [0.2.14](https://github.com/QuantGeekDev/mcp-framework/compare/mcp-framework-v0.2.13...mcp-framework-v0.2.14) (2025-06-16) diff --git a/package-lock.json b/package-lock.json index ceaed06..5e4edb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcp-framework", - "version": "0.2.14", + "version": "0.2.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mcp-framework", - "version": "0.2.14", + "version": "0.2.15", "dependencies": { "@types/prompts": "^2.4.9", "commander": "^12.1.0", diff --git a/package.json b/package.json index c446a11..1990780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-framework", - "version": "0.2.14", + "version": "0.2.15", "description": "Framework for building Model Context Protocol (MCP) servers in Typescript", "type": "module", "author": "Alex Andru ",