tiptap-apcore 0.3.0 → 0.3.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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Let AI safely control your TipTap editor via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) and OpenAI Function Calling.
|
|
4
4
|
|
|
5
|
-
**tiptap-apcore** wraps every TipTap editor command as a schema-driven [APCore](https://github.com/
|
|
5
|
+
**tiptap-apcore** wraps every TipTap editor command as a schema-driven [APCore](https://github.com/aiperceivable) module — complete with JSON Schema validation, safety annotations, and fine-grained access control. Any MCP-compatible AI agent can then discover and invoke these modules to read, format, insert, or restructure rich-text content.
|
|
6
6
|
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
[](https://tiptap.dev)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tiptap-apcore",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "TipTap editor APCore modules - let AI safely control your TipTap editor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"rich-text",
|
|
68
68
|
"prosemirror"
|
|
69
69
|
],
|
|
70
|
-
"author": "
|
|
71
|
-
"homepage": "https://
|
|
70
|
+
"author": "aiperceivable",
|
|
71
|
+
"homepage": "https://aiperceivable.com",
|
|
72
72
|
"repository": {
|
|
73
73
|
"type": "git",
|
|
74
|
-
"url": "https://github.com/
|
|
74
|
+
"url": "https://github.com/aiperceivable/tiptap-apcore.git"
|
|
75
75
|
},
|
|
76
76
|
"bugs": {
|
|
77
|
-
"url": "https://github.com/
|
|
77
|
+
"url": "https://github.com/aiperceivable/tiptap-apcore/issues"
|
|
78
78
|
}
|
|
79
79
|
}
|