@plumpslabs/fennec-cli 1.9.0 → 1.10.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -205,7 +205,7 @@ See [Security Model](docs/security-model.md) for details.
205
205
  ## Documentation
206
206
 
207
207
  - [Getting Started Guide](https://github.com/plumpslabs/fennec/blob/main/docs/getting-started.md)
208
- - [Full Tool Reference](https://github.com/plumpslabs/fennec/blob/main/docs/tools/README.md) — 90+ tools
208
+ - [Full Tool Reference](https://github.com/plumpslabs/fennec/blob/main/docs/tools/README.md) — 123 tools across 16 categories (including Mobile)
209
209
  - [Configuration Reference](https://github.com/plumpslabs/fennec/blob/main/docs/configuration.md)
210
210
  - [Security Model](https://github.com/plumpslabs/fennec/blob/main/docs/security-model.md)
211
211
  - [Auth Flows Guide](https://github.com/plumpslabs/fennec/blob/main/docs/guides/auth-flows.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumpslabs/fennec-cli",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Fennec CLI — pipe, attach, watch, and start the Fennec MCP server",
5
5
  "keywords": [
6
6
  "mcp",
@@ -38,7 +38,7 @@
38
38
  "LICENSE"
39
39
  ],
40
40
  "dependencies": {
41
- "@plumpslabs/fennec-core": "1.9.0"
41
+ "@plumpslabs/fennec-core": "1.10.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "playwright": "^1.42.0"