aem-mcp-server 1.1.2 → 1.1.3

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 CHANGED
@@ -22,20 +22,6 @@ This project is designed for non-technical persons who want to manage AEM via na
22
22
 
23
23
  ---
24
24
 
25
- ## Features
26
-
27
- - **AEM Page & Asset Management**: Create, update, delete, activate, deactivate, and replicate pages and assets
28
- - **Component Operations**: Validate, update, scan, and manage AEM components (including Experience Fragments)
29
- - **Advanced Search**: QueryBuilder, fulltext, fuzzy, and enhanced page search
30
- - **Replication & Rollout**: Publish/unpublish content, roll out changes to language copies
31
- - **Text & Image Extraction**: Extract all text and images from pages, including fragments
32
- - **Template & Structure Discovery**: List templates, analyze page/component structure
33
- - **JCR Node Access**: Legacy and modern node/content access
34
- - **AI/LLM Integration**: Natural language interface for AEM via OpenAI, Anthropic, Ollama, or custom LLMs
35
- - **Security**: Auth, environment-based config, and safe operation defaults
36
-
37
- ---
38
-
39
25
  ## Quick Start
40
26
 
41
27
  ### Prerequisites
@@ -61,10 +47,24 @@ Options:
61
47
  -u, --user Username for authentication [string] [default: "admin"]
62
48
  -p, --pass Password for authentication [string] [default: "admin"]
63
49
  -m, --mcpPort Port for MCP server [number] [default: 3000]
64
- -e, --explorer Enable Swagger API explorer [boolean] [default: false]
65
50
  -h, --help Show help [boolean]
66
51
 
67
52
  ```
53
+
54
+ ---
55
+
56
+ ## Features
57
+
58
+ - **AEM Page & Asset Management**: Create, update, delete, activate, deactivate, and replicate pages and assets
59
+ - **Component Operations**: Validate, update, scan, and manage AEM components (including Experience Fragments)
60
+ - **Advanced Search**: QueryBuilder, fulltext, fuzzy, and enhanced page search
61
+ - **Replication & Rollout**: Publish/unpublish content, roll out changes to language copies
62
+ - **Text & Image Extraction**: Extract all text and images from pages, including fragments
63
+ - **Template & Structure Discovery**: List templates, analyze page/component structure
64
+ - **JCR Node Access**: Legacy and modern node/content access
65
+ - **AI/LLM Integration**: Natural language interface for AEM via OpenAI, Anthropic, Ollama, or custom LLMs
66
+ - **Security**: Auth, environment-based config, and safe operation defaults
67
+
68
68
  ---
69
69
 
70
70
  ## AI IDE Integration (Cursor, Copilot, etc.)
package/docs/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.1.3](https://github.com/easingthemes/aem-mcp-server/compare/v1.1.2...v1.1.3) (2025-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [docs] simplify Readme ([12d6753](https://github.com/easingthemes/aem-mcp-server/commit/12d6753d214de6eb49451595025de95df170f66b))
7
+
1
8
  ## [1.1.2](https://github.com/easingthemes/aem-mcp-server/compare/v1.1.1...v1.1.2) (2025-07-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aem-mcp-server",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "AEM Model Context Protocol (MCP) server",
5
5
  "private": false,
6
6
  "publishConfig": {