decoupled-cli 2.7.5 → 2.7.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 +33 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -226,6 +226,28 @@ AI: Shows organization-wide usage statistics
226
226
 
227
227
  You: "Clone space 5 and name it Staging"
228
228
  AI: Clones the space with all content
229
+
230
+ You: "Quick-start a coffee blog with some sample posts"
231
+ AI: Generates content types, creates space, imports content - all in one go! 🚀
232
+ ```
233
+
234
+ **Quick-start with AI (New!):**
235
+
236
+ The MCP integration now supports the same AI-powered quick-start feature as the CLI:
237
+
238
+ ```
239
+ You: "Create a quick-start space for an e-commerce shoe store"
240
+ AI: 1. Generates product content types with fields
241
+ 2. Creates sample products
242
+ 3. Creates and provisions the space
243
+ 4. Imports all content
244
+ 5. Returns admin login URL and GraphQL endpoint
245
+
246
+ You: "Preview what would be generated for a photography portfolio"
247
+ AI: Shows the content structure without creating the space
248
+
249
+ You: "Add AI-generated blog content to space 123"
250
+ AI: Generates and imports content to existing space
229
251
  ```
230
252
 
231
253
  ### Available MCP Commands
@@ -257,6 +279,12 @@ decoupled-cli mcp configure --show-only
257
279
  - Clone existing spaces
258
280
  - Delete spaces
259
281
  - Import content models and data
282
+ - **Quick-start spaces with AI-generated content** 🎉
283
+
284
+ - **AI-Powered Features:**
285
+ - Generate content types and sample data from natural language prompts
286
+ - One-shot space creation with complete content structure
287
+ - Perfect for prototyping and demos
260
288
 
261
289
  All operations use your existing authentication and permissions.
262
290
 
@@ -787,17 +815,19 @@ npm install -g decoupled-cli@latest
787
815
  npm view decoupled-cli versions
788
816
  ```
789
817
 
790
- **Current Version:** 2.7.4
818
+ **Current Version:** 2.7.6
791
819
 
792
820
  **Recent Changes:**
793
- - **NEW:** MCP endpoint moved to `https://mcp.decoupled.io` (Contabo proxy for better AI compatibility)
821
+ - **NEW:** MCP quick-start tool - create spaces with AI-generated content from natural language prompts! 🎉
822
+ - Fixed MCP tool schema inconsistencies (delete_space, create_space parameters)
823
+ - Fixed Cursor MCP config path (now uses ~/.cursor/mcp.json)
824
+ - MCP endpoint moved to `https://mcp.decoupled.io` (Contabo proxy for better AI compatibility)
794
825
  - Automatically detects production vs local (localhost uses `/api/mcp`)
795
826
  - Updated MCP server name to "Decoupled.io" (Cursor) and "decoupled-io" (Claude Code)
796
827
  - Switched to HTTP-only transport for MCP (removed SSE/stdio)
797
828
  - Updated MCP protocol version to 2024-11-05
798
829
  - Simplified authentication flow to two-step process (login + token)
799
830
  - Added npx usage examples throughout documentation
800
- - Improved MCP health check compatibility
801
831
 
802
832
  ## Getting Help
803
833
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decoupled-cli",
3
- "version": "2.7.5",
3
+ "version": "2.7.6",
4
4
  "description": "Command-line interface for managing Decoupled Drupal spaces, deploying content, and automating workflows. Features AI-powered quick-start, content import, and CI/CD integration.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {