Skip to content

Commit 81c62a0

Browse files
Merge pull request #11 from CrackingShells/packages-pr-tests
2 parents 04a528e + 0883cf7 commit 81c62a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2",
4+
"version": "1.0.3",
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 hatchling import HatchMCP
1+
from hatch_mcp_server import HatchMCP
22

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

0 commit comments

Comments
 (0)