Skip to content

Commit e2dfdfa

Browse files
authored
Merge pull request #2 from ihrpr/add_run_to_export
add run to export
2 parents ba4f9b6 + 9e1593f commit e2dfdfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-jupyter"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "MCP server for Jupyter notebooks"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/mcp_server_jupyter/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from .server import main as main
2+
from .server import run as run

0 commit comments

Comments
 (0)