Skip to content

Commit 7ea7da7

Browse files
committed
Publish 0.2.1
SHA256 hashes: jupyter_server_mcp-0.2.1-py3-none-any.whl: 2e118d7c43eb6e6bb316837d87dd9ec2d1430fdb1e8364559e7a26e165579c85 jupyter_server_mcp-0.2.1.tar.gz: 41392496ced1d8de441fbcfff7c31b3fc2767abaa350e25660bbcc8aa5c8a9ae
1 parent 9ace729 commit 7ea7da7

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.2.1
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/compare/v0.2.0...9ace729326708f546b101cf4dedca30aa0462a17))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Relax `fastmcp` lower bound [#23](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/23) ([@jtpio](https://github.com/jtpio))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/graphs/contributors?from=2026-04-22&to=2026-04-23&type=c))
19+
20+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3Ajtpio+updated%3A2026-04-22..2026-04-23&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.2.0
625

726
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/compare/v0.1.2...7ad774e1ee656fd09a6c2cec3a8cd2d39fedc63c))
@@ -28,8 +47,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2847

2948
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3Ajtpio+updated%3A2025-10-24..2026-04-22&type=Issues)) | @Zsailer ([activity](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3AZsailer+updated%3A2025-10-24..2026-04-22&type=Issues))
3049

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3350
## 0.1.2
3451

3552
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/compare/v0.1.1...754ead215d3a9bb6e46f9e8d874bb9911caec3eb))

jupyter_server_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .extension import MCPExtensionApp
66

7-
__version__ = "0.2.0"
7+
__version__ = "0.2.1"
88

99

1010
def _jupyter_server_extension_points() -> list[dict[str, Any]]:

0 commit comments

Comments
 (0)