@minecraft-docker/mcctl 1.6.5 → 1.6.6
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ mcctl logs myserver
|
|
|
101
101
|
|
|
102
102
|
Get help using mcctl with our AI-powered assistant:
|
|
103
103
|
|
|
104
|
-
- **[
|
|
104
|
+
- **[AI Assistant chatbot](https://notebooklm.google.com/notebook/e91b656e-0d95-45b4-a961-fb1610b13962)** - Interactive Q&A about mcctl commands, configuration, and troubleshooting
|
|
105
105
|
|
|
106
106
|
You can also use the [LLM Knowledge Base](https://minecraft-server-manager.readthedocs.io/en/latest/documentforllmagent/) with ChatGPT, Claude, or other AI assistants:
|
|
107
107
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft-docker/mcctl",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.6",
|
|
4
4
|
"description": "CLI tool for managing Docker Minecraft servers with mc-router",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@clack/prompts": "^0.8.0",
|
|
51
51
|
"@minecraft-docker/mod-source-modrinth": "^1.0.0",
|
|
52
|
-
"@minecraft-docker/shared": "^1.6.
|
|
52
|
+
"@minecraft-docker/shared": "^1.6.6",
|
|
53
53
|
"commander": "^12.0.0",
|
|
54
54
|
"js-yaml": "^4.1.0",
|
|
55
55
|
"picocolors": "^1.1.0",
|