Skip to content

Commit 28addc1

Browse files
committed
Update MCP active cell bridge extension build
Bumped version in package.json to 2.3.4 and updated static build artifacts for the MCP active cell bridge JupyterLab extension. Replaced old index and remoteEntry JS files with new versions to reflect the latest build output.
1 parent 0e40b9c commit 28addc1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

instrmcp/extensions/jupyterlab/mcp_active_cell_bridge/labextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-active-cell-bridge",
3-
"version": "2.3.1",
3+
"version": "2.3.4",
44
"description": "JupyterLab extension to bridge active cell content to MCP server",
55
"keywords": [
66
"jupyter",
@@ -64,7 +64,7 @@
6464
"extension": true,
6565
"webpackConfig": "./webpack.config.js",
6666
"_build": {
67-
"load": "static/remoteEntry.6059939e4c85be0c8438.js",
67+
"load": "static/remoteEntry.8c9d20194744916ea3fd.js",
6868
"extension": "./extension",
6969
"style": "./style"
7070
}

instrmcp/extensions/jupyterlab/mcp_active_cell_bridge/labextension/static/index.2de0b4b29e6783009e66.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instrmcp/extensions/jupyterlab/mcp_active_cell_bridge/labextension/static/index.7cfb689b40c6ead79bc1.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

instrmcp/extensions/jupyterlab/mcp_active_cell_bridge/labextension/static/remoteEntry.6059939e4c85be0c8438.js renamed to instrmcp/extensions/jupyterlab/mcp_active_cell_bridge/labextension/static/remoteEntry.8c9d20194744916ea3fd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instrmcp/extensions/jupyterlab/static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-active-cell-bridge",
3-
"version": "2.3.1",
3+
"version": "2.3.4",
44
"description": "JupyterLab extension to bridge active cell content to MCP server",
55
"keywords": [
66
"jupyter",
@@ -64,7 +64,7 @@
6464
"extension": true,
6565
"webpackConfig": "./webpack.config.js",
6666
"_build": {
67-
"load": "static/remoteEntry.6059939e4c85be0c8438.js",
67+
"load": "static/remoteEntry.8c9d20194744916ea3fd.js",
6868
"extension": "./extension",
6969
"style": "./style"
7070
}

0 commit comments

Comments
 (0)