Skip to content

Commit dbf36a7

Browse files
committed
Publish 0.1.2
SHA256 hashes: jupyterlab-commands-toolkit-0.1.2.tgz: 740dc886260b46bed24c8fb3d561e409780638b86e2578049352837ee8f4f8fb jupyterlab_commands_toolkit-0.1.2-py3-none-any.whl: c7f46b6336f43156d5bfb1016bf69672dce5ed8300a6efbe3133a8bd75b37b40 jupyterlab_commands_toolkit-0.1.2.tar.gz: 993bf0a679512705923215d8f5fe86d0a1433fab83bc693948f46bfafba44226
1 parent bf898aa commit dbf36a7

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.1.2
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/compare/v0.1.1...bf898aa7e8bb96633cbc5ca889b5e6cb15176404))
8+
9+
### Enhancements made
10+
11+
- Expose tools via the `jupyter_server_mcp` entrypoints [#9](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/pull/9) ([@jtpio](https://github.com/jtpio))
12+
- Support discovering commands with a query [#8](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/pull/8) ([@jtpio](https://github.com/jtpio))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Remove Untitled.ipynb [#6](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/pull/6) ([@jtpio](https://github.com/jtpio))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/graphs/contributors?from=2025-09-16&to=2025-10-24&type=c))
21+
22+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-commands-toolkit+involves%3Ajtpio+updated%3A2025-09-16..2025-10-24&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.1.1
627

728
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/compare/fa79045ff55a66e603f38ce6347902695a1994c2...dcf69adaaf174bd60f849da25cb37622c03eefb8))
@@ -20,5 +41,3 @@
2041
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit/graphs/contributors?from=2025-06-24&to=2025-09-16&type=c))
2142

2243
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-commands-toolkit+involves%3Ajtpio+updated%3A2025-06-24..2025-09-16&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-commands-toolkit+involves%3AZsailer+updated%3A2025-06-24..2025-09-16&type=Issues)
23-
24-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-commands-toolkit",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A Jupyter extension that provides an AI toolkit for JupyterLab commands.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)