Skip to content

Commit d2a43bf

Browse files
committed
Publish 0.1.1
SHA256 hashes: jupyter_server_mcp-0.1.1-py3-none-any.whl: 3cb1c151e81e9f5ab21ba51f8492f3189d18d4bd9efe46c509e23b7c373a26eb jupyter_server_mcp-0.1.1.tar.gz: 8f4ca8af74416e3bdec163b413e5f38ad07b8fea2e4efc0a22cf83d7931955ca
1 parent 6bf57b3 commit d2a43bf

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,24 @@
22

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

5+
## 0.1.1
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/compare/fb0b9a59e08150ce6c285a9af41dac2342e7d181...6bf57b34817b2b631f91afb8bab6a72d48fa7a5b))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add releaser workflows [#3](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/3) ([@jtpio](https://github.com/jtpio))
12+
13+
### Other merged PRs
14+
15+
- Add automatic JSON argument conversion for MCP tools [#4](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/4) ([@Zsailer](https://github.com/Zsailer))
16+
- Rename to jupyter-server-mcp [#2](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/2) ([@Zsailer](https://github.com/Zsailer))
17+
- Initial implementation of an MCP server as an extension [#1](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/1) ([@Zsailer](https://github.com/Zsailer))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/graphs/contributors?from=2025-08-14&to=2025-09-11&type=c))
22+
23+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3Ajtpio+updated%3A2025-08-14..2025-09-11&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3AZsailer+updated%3A2025-08-14..2025-09-11&type=Issues)
24+
525
<!-- <END NEW CHANGELOG ENTRY> -->

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.1.0"
7+
__version__ = "0.1.1"
88

99

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

0 commit comments

Comments
 (0)