localwp-mcp 0.1.1 → 0.1.2
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 +0 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -212,28 +212,6 @@ Those tools are the fastest way to see whether the problem is:
|
|
|
212
212
|
- MySQL connectivity
|
|
213
213
|
- missing or stopped Local services
|
|
214
214
|
|
|
215
|
-
## From Source
|
|
216
|
-
|
|
217
|
-
If you are running from a local clone instead of npm:
|
|
218
|
-
|
|
219
|
-
```bash
|
|
220
|
-
pnpm install
|
|
221
|
-
pnpm build
|
|
222
|
-
```
|
|
223
|
-
|
|
224
|
-
Then point your MCP client at:
|
|
225
|
-
|
|
226
|
-
```json
|
|
227
|
-
{
|
|
228
|
-
"mcpServers": {
|
|
229
|
-
"localwp": {
|
|
230
|
-
"command": "node",
|
|
231
|
-
"args": ["/path/to/localwp-mcp/dist/index.js"]
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
```
|
|
236
|
-
|
|
237
215
|
## For Contributors
|
|
238
216
|
|
|
239
217
|
Contributor and maintainer docs live outside the main user guide:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "localwp-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A LocalWP-aware MCP server for WordPress developers with simple safe and full-access profiles, logs, doctor diagnostics, SQL access, backups, restore flows, MCP resources/prompts, and site-aware WP-CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.32.1",
|