Skip to content

Commit 2d08a82

Browse files
Merge pull request #9 from CrackingShells/packages-pr-tests
2 parents 5f40f94 + e7a2c40 commit 2d08a82

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)