localwp-mcp 0.1.6 → 0.1.7

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 +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,11 +47,11 @@ If you want the MCP to focus on one site by default, set:
47
47
 
48
48
  Step-by-step setup guides:
49
49
 
50
- - [Codex Desktop](./docs/clients/codex.md)
51
- - [Cursor](./docs/clients/cursor.md)
52
- - [Claude Code](./docs/clients/claude-code.md)
53
- - [OpenCode](./docs/clients/opencode.md)
54
- - [Generic STDIO MCP Clients](./docs/clients/generic-stdio.md)
50
+ - [Codex Desktop](https://github.com/kazimshah39/localwp-mcp/blob/main/docs/clients/codex.md)
51
+ - [Cursor](https://github.com/kazimshah39/localwp-mcp/blob/main/docs/clients/cursor.md)
52
+ - [Claude Code](https://github.com/kazimshah39/localwp-mcp/blob/main/docs/clients/claude-code.md)
53
+ - [OpenCode](https://github.com/kazimshah39/localwp-mcp/blob/main/docs/clients/opencode.md)
54
+ - [Generic STDIO MCP Clients](https://github.com/kazimshah39/localwp-mcp/blob/main/docs/clients/generic-stdio.md)
55
55
 
56
56
  ## Access Modes
57
57
 
@@ -271,8 +271,8 @@ Those tools are the fastest way to see whether the problem is:
271
271
 
272
272
  ## For Contributors
273
273
 
274
- Contributor and maintainer docs live outside the main user guide:
275
-
276
- - [CONTRIBUTING.md](./CONTRIBUTING.md)
277
- - [SECURITY.md](./SECURITY.md)
278
- - [Maintainer Docs](./docs/maintainers/README.md)
274
+ Contributor and maintainer docs live outside the main user guide:
275
+
276
+ - [CONTRIBUTING.md](https://github.com/kazimshah39/localwp-mcp/blob/main/CONTRIBUTING.md)
277
+ - [SECURITY.md](https://github.com/kazimshah39/localwp-mcp/blob/main/SECURITY.md)
278
+ - [Maintainer Docs](https://github.com/kazimshah39/localwp-mcp/blob/main/docs/maintainers/README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localwp-mcp",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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",