Skip to content

Commit 04a528e

Browse files
author
LittleCoinCoin
committed
[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
1 parent 5da9e00 commit 04a528e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base_pkg_1/hatch_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package_schema_version": "1.1.0",
33
"name": "base_pkg_1",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Base package with no dependencies for testing",
66
"tags": ["test", "base"],
77
"author": {

base_pkg_1/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from mcp_utils.hatch_mcp import HatchMCP
1+
from hatchling import HatchMCP
22

33
# Initialize MCP server with metadata
44
hatch_mcp = HatchMCP("base_pkg_1",

0 commit comments

Comments
 (0)