File tree Expand file tree Collapse file tree 3 files changed +875
-861
lines changed
Expand file tree Collapse file tree 3 files changed +875
-861
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " cursor-notebook-mcp"
7- version = " 0.3.0 "
7+ version = " 0.3.1 "
88authors = [
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]
You can’t perform that action at this time.
0 commit comments