decoupled-cli 2.12.0 → 2.12.1

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 +22 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -268,19 +268,25 @@ Team members just need to set their token:
268
268
  export DECOUPLED_API_TOKEN="dc_tok_your_token_here"
269
269
  ```
270
270
 
271
- ### What AI Can Do
272
-
273
- - **Read Operations:**
274
- - List all spaces with details
275
- - Get space information
276
- - View usage statistics
277
- - Check organization details
278
-
279
- - **Write Operations:**
280
- - Create new spaces
281
- - Clone existing spaces
282
- - Delete spaces
271
+ ### What AI Can Do (28 MCP Tools)
272
+
273
+ - **Space Management:**
274
+ - List, get, create, and delete spaces
275
+ - Initialize dev/test/live environment tiers
276
+ - Deploy changes between environments
277
+ - Get login links and OAuth credentials
278
+
279
+ - **Content Operations (JSON:API):**
280
+ - List and describe content types
281
+ - Create, read, update, and delete content items
282
+ - List taxonomies and terms
283
283
  - Import content models and data
284
+ - Import Drupal configuration (views, image styles, etc.)
285
+
286
+ - **Organization & Usage:**
287
+ - Get organization details
288
+ - View organization-wide and space-specific usage statistics
289
+ - Download starter template
284
290
 
285
291
  All operations use your existing authentication and permissions.
286
292
 
@@ -750,15 +756,12 @@ npm view decoupled-cli versions
750
756
  **Current Version:** 2.9.5
751
757
 
752
758
  **Recent Changes:**
759
+ - **28 MCP tools** including JSON:API CRUD (create_content, update_content, delete_content, etc.)
760
+ - **Environment tiers** — dev/test/live pipeline with `initialize_tier` and `deploy` tools
761
+ - **Import config** — import Drupal config YAML (views, image styles, roles, etc.)
753
762
  - Added `mcp configure --project` for project-level `.mcp.json` with env var support
754
- - Perfect for Claude Code web and team workflows
755
- - Fixed MCP tool schema inconsistencies (delete_space, create_space parameters)
756
- - Fixed Cursor MCP config path (now uses ~/.cursor/mcp.json)
757
- - MCP endpoint moved to `https://mcp.decoupled.io` (Contabo proxy for better AI compatibility)
758
- - Automatically detects production vs local (localhost uses `/api/mcp`)
759
- - Updated MCP server name to "Decoupled.io" (Cursor) and "decoupled-io" (Claude Code)
763
+ - MCP endpoint: `https://mcp.decoupled.io` (HTTP transport, JSON-RPC 2.0)
760
764
  - Switched to HTTP-only transport for MCP (removed SSE/stdio)
761
- - Updated MCP protocol version to 2024-11-05
762
765
  - Simplified authentication flow to two-step process (login + token)
763
766
  - Added npx usage examples throughout documentation
764
767
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decoupled-cli",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Command-line interface for managing Decoupled Drupal spaces, deploying content, and automating workflows. Features content import, space management, and CI/CD integration.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {