diff --git a/base_pkg_1/hatch_metadata.json b/base_pkg_1/hatch_metadata.json index f00213d..70b208c 100644 --- a/base_pkg_1/hatch_metadata.json +++ b/base_pkg_1/hatch_metadata.json @@ -1,7 +1,7 @@ { "package_schema_version": "1.1.0", "name": "base_pkg_1", - "version": "1.0.1", + "version": "1.0.2", "description": "Base package with no dependencies for testing", "tags": ["test", "base"], "author": { diff --git a/base_pkg_1/server.py b/base_pkg_1/server.py index 92f6c69..3490aba 100644 --- a/base_pkg_1/server.py +++ b/base_pkg_1/server.py @@ -1,4 +1,4 @@ -from mcp_utils.hatch_mcp import HatchMCP +from hatchling import HatchMCP # Initialize MCP server with metadata hatch_mcp = HatchMCP("base_pkg_1",