From e7a2c40f126bdf3009ab685e0fa7272e1e90e0a6 Mon Sep 17 00:00:00 2001 From: LittleCoinCoin Date: Wed, 28 May 2025 12:51:20 +0900 Subject: [PATCH] [Fix] Entry point Hatchling import **Major**: - Hatchling became a proper package so we need to must update how we import `HatchMCP` to respect what is available. **Minor**: - Patch version bump --- base_pkg_1/hatch_metadata.json | 2 +- base_pkg_1/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",