You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hatch is the package manager for the Hatch! ecosystem. The documentation in `docs/index.md` is the canonical, up-to-date entry point for users and contributors — this README is a short pointer to those resources.
5
+
Hatch is the package manager for the Cracking Shells ecosystem. The documentation in `docs/index.md` is the canonical, up-to-date entry point for users and contributors — this README is a short pointer to those resources.
6
6
7
7
## Quick links
8
8
@@ -28,7 +28,7 @@ pip install -e .
28
28
### Create a package template
29
29
30
30
```bash
31
-
hatch create my-package --description "My MCP server package"
31
+
hatch create my_package --description "My MCP server package"
0 commit comments