From 0883cf771f9011b2cbc215b9b50bc38ae1e016ba Mon Sep 17 00:00:00 2001 From: LittleCoinCoin Date: Wed, 9 Jul 2025 14:02:00 +0900 Subject: [PATCH] [Update] Base_pkg_1 to new `hatch_mcp_server` **Major**: - Update the import statement to the standalone package in which `HatchMCP` has been moved - 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 70b208c..519834c 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.2", + "version": "1.0.3", "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 3490aba..07d54c0 100644 --- a/base_pkg_1/server.py +++ b/base_pkg_1/server.py @@ -1,4 +1,4 @@ -from hatchling import HatchMCP +from hatch_mcp_server import HatchMCP # Initialize MCP server with metadata hatch_mcp = HatchMCP("base_pkg_1",