@respira/wordpress-mcp-server 1.4.3 → 1.4.4

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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  MCP (Model Context Protocol) server for connecting AI coding assistants to WordPress sites.
4
4
 
5
+ **Important:** This MCP server requires a Respira API key. Get your API key by:
6
+ 1. Installing the [Respira WordPress plugin](https://respira.press) on your WordPress site
7
+ 2. Going to **Respira → API Keys** in WordPress admin
8
+ 3. Generating a new API key
9
+
5
10
  ## Installation
6
11
 
7
12
  Install the MCP server from npm:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@respira/wordpress-mcp-server",
3
- "version": "1.4.3",
4
- "description": "MCP server for connecting AI coding assistants to WordPress sites",
3
+ "version": "1.4.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": {
7
7
  "respira-wordpress-mcp": "./dist/index.js"