@model-graph-tools/mgt-darwin-arm64 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/bin/mgt +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# @model-graph-tools/mgt-darwin-arm64
|
|
2
|
+
|
|
3
|
+
Pre-built [mgt](https://github.com/model-graph-tools/tooling) binary for macOS ARM64 (Apple Silicon).
|
|
4
|
+
|
|
5
|
+
This package is installed automatically as an optional dependency of [@model-graph-tools/mcp-server](https://www.npmjs.com/package/@model-graph-tools/mcp-server). You should not need to install it directly.
|
|
6
|
+
|
|
7
|
+
## About mgt
|
|
8
|
+
|
|
9
|
+
`mgt` is a CLI tool for managing WildFly model graph containers. It handles container lifecycle (start, stop, list) and provides metadata about available WildFly versions and feature packs.
|
|
10
|
+
|
|
11
|
+
For more information, see the [model-graph-tools](https://github.com/model-graph-tools/tooling) repository.
|
|
12
|
+
|
|
13
|
+
## License
|
|
14
|
+
|
|
15
|
+
Apache-2.0
|
package/bin/mgt
CHANGED
|
Binary file
|