@minecraft-docker/mcctl 1.6.4 → 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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -97,9 +97,22 @@ mcctl logs myserver
97
97
 
98
98
  [Full Changelog](https://github.com/smallmiro/minecraft-server-manager/releases)
99
99
 
100
+ ## AI Assistant
101
+
102
+ Get help using mcctl with our AI-powered assistant:
103
+
104
+ - **[AI Assistant chatbot](https://notebooklm.google.com/notebook/e91b656e-0d95-45b4-a961-fb1610b13962)** - Interactive Q&A about mcctl commands, configuration, and troubleshooting
105
+
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
+
108
+ 1. Download the knowledge base document
109
+ 2. Upload to your preferred AI assistant
110
+ 3. Ask questions about mcctl usage
111
+
100
112
  ## Documentation
101
113
 
102
114
  - [Full Documentation](https://minecraft-server-manager.readthedocs.io/)
115
+ - [REST API Reference](https://minecraft-server-manager.readthedocs.io/en/latest/api/)
103
116
  - [GitHub Repository](https://github.com/smallmiro/minecraft-server-manager)
104
117
 
105
118
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft-docker/mcctl",
3
- "version": "1.6.4",
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.4",
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",