File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414project = "InstrMCP"
1515copyright = "2025, Jiaqi Cai"
1616author = "Jiaqi Cai"
17- release = "2.3.4 "
18- version = "2.3.4 "
17+ release = "2.3.5 "
18+ version = "2.3.5 "
1919
2020# -- General configuration ---------------------------------------------------
2121# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 66and measurement systems through standardized MCP interfaces.
77"""
88
9- __version__ = "2.3.4 "
9+ __version__ = "2.3.5 "
1010__author__ = "Jiaqi Cai"
1111__email__ = "jiaqic@mit.edu"
1212__license__ = "MIT"
Original file line number Diff line number Diff line change 55"""
66
77# Package metadata
8- __version__ = "2.3.4 "
8+ __version__ = "2.3.5 "
Original file line number Diff line number Diff line change 11{
22 "name" : " mcp-active-cell-bridge" ,
3- "version" : " 2.3.4 " ,
3+ "version" : " 2.3.5 " ,
44 "description" : " JupyterLab extension to bridge active cell content to MCP server" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 33MCP server implementations for instrument control.
44"""
55
6- __version__ = "2.3.4 "
6+ __version__ = "2.3.5 "
77
88# Import servers
99from .jupyter_qcodes .mcp_server import JupyterMCPServer
Original file line number Diff line number Diff line change 55running in a Jupyter kernel without arbitrary code execution.
66"""
77
8- __version__ = "2.3.4 "
8+ __version__ = "2.3.5 "
99
1010# Re-export extension loading functions
1111from .jupyter_mcp_extension import load_ipython_extension , unload_ipython_extension
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " instrmcp"
7- version = " 2.3.4 "
7+ version = " 2.3.5 "
88description = " MCP server suite for physics laboratory instrumentation control"
99readme = " README.md"
1010license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments