@respira/wordpress-mcp-server 1.4.5 → 1.4.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.
- package/icon.png +0 -0
- package/package.json +4 -2
package/icon.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@respira/wordpress-mcp-server",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "MCP server for connecting AI coding assistants to WordPress sites. Requires Respira API key from respira.press - install the Respira WordPress plugin and generate your API key.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist/**/*",
|
|
11
11
|
"README.md",
|
|
12
|
-
"package.json"
|
|
12
|
+
"package.json",
|
|
13
|
+
"icon.png"
|
|
13
14
|
],
|
|
15
|
+
"icon": "icon.png",
|
|
14
16
|
"type": "module",
|
|
15
17
|
"scripts": {
|
|
16
18
|
"build": "tsc",
|