We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04a528e + 0883cf7 commit 81c62a0Copy full SHA for 81c62a0
base_pkg_1/hatch_metadata.json
@@ -1,7 +1,7 @@
1
{
2
"package_schema_version": "1.1.0",
3
"name": "base_pkg_1",
4
- "version": "1.0.2",
+ "version": "1.0.3",
5
"description": "Base package with no dependencies for testing",
6
"tags": ["test", "base"],
7
"author": {
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",
0 commit comments