Skip to content

Commit 2c51fc3

Browse files
committed
Publish 0.1.2
SHA256 hashes: jupyter_server_mcp-0.1.2-py3-none-any.whl: 4b6fd745e159ac7cf4455e041034fa91d5e47539531cd71e494bdfc4a5543647 jupyter_server_mcp-0.1.2.tar.gz: 772a70295f87b2d94ef08da8672e19395e3040ed18bc0dea6f70273a8b316a71
1 parent 754ead2 commit 2c51fc3

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.1.2
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/compare/v0.1.1...754ead215d3a9bb6e46f9e8d874bb9911caec3eb))
8+
9+
### Enhancements made
10+
11+
- Add automatic tool discovery via Python entrypoints [#10](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/10) ([@Zsailer](https://github.com/Zsailer))
12+
13+
### Documentation improvements
14+
15+
- Add screencast to the README [#9](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/9) ([@jtpio](https://github.com/jtpio))
16+
- Add Gemini CLI configuration [#6](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/6) ([@jtpio](https://github.com/jtpio))
17+
- Update README to the new toolkit [#5](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/pull/5) ([@jtpio](https://github.com/jtpio))
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-09-11&to=2025-10-24&type=c))
22+
23+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3Ajtpio+updated%3A2025-09-11..2025-10-24&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-mcp+involves%3AZsailer+updated%3A2025-09-11..2025-10-24&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.1.1
628

729
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-mcp/compare/fb0b9a59e08150ce6c285a9af41dac2342e7d181...6bf57b34817b2b631f91afb8bab6a72d48fa7a5b))
@@ -21,5 +43,3 @@
2143
([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))
2244

2345
[@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-
25-
<!-- <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.1"
7+
__version__ = "0.1.2"
88

99

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

0 commit comments

Comments
 (0)