Skip to content

Commit 1ade6b1

Browse files
author
amirzaushnizer
committed
chore: bump version to 0.3.1 and update fastmcp dependency to 2.10.5 for compatibility
1 parent 007a30d commit 1ade6b1

File tree

3 files changed

+875
-861
lines changed

3 files changed

+875
-861
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.3.1] - 2025-07-15
9+
### Fixed
10+
- compatibility with newer versions of fastmcp
11+
- bumped fastmcp dependency version to 2.10.5
12+
813
## [0.3.0] - 2025-05-20
914

1015
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "cursor-notebook-mcp"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors = [
99
{ name="Jim Beno", email="jim@jimbeno.net" },
1010
]
@@ -38,7 +38,7 @@ dependencies = [
3838
"ipython",
3939
"jupyter_core",
4040
"paramiko>=2.8.0",
41-
"fastmcp>=2.3.4",
41+
"fastmcp>=2.10.5",
4242
"uvicorn>=0.20.0",
4343
"starlette>=0.25.0"
4444
]

0 commit comments

Comments
 (0)