Skip to content

Commit beaa3f2

Browse files
committed
uvx project script
1 parent 859fe72 commit beaa3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-python"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "MCP server providing a Python REPL with persistent session"
99
requires-python = ">=3.10"
1010
dependencies = ["mcp"]
@@ -27,7 +27,7 @@ Issues = "https://github.com/hdresearch/mcp-python/issues"
2727
Github = "https://github.com/hdresearch/mcp-python"
2828

2929
[project.scripts]
30-
python-repl = "mcp_python:main"
30+
mcp-python = "mcp_python:main"
3131

3232
# Add this section to tell Hatch where to find the package files
3333
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)