We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859fe72 commit beaa3f2Copy full SHA for beaa3f2
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "mcp-python"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "MCP server providing a Python REPL with persistent session"
9
requires-python = ">=3.10"
10
dependencies = ["mcp"]
@@ -27,7 +27,7 @@ Issues = "https://github.com/hdresearch/mcp-python/issues"
27
Github = "https://github.com/hdresearch/mcp-python"
28
29
[project.scripts]
30
-python-repl = "mcp_python:main"
+mcp-python = "mcp_python:main"
31
32
# Add this section to tell Hatch where to find the package files
33
[tool.hatch.build.targets.wheel]
0 commit comments