@trusty-squire/mcp 1.0.8-rc.1 → 1.0.8

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 +1 -1
package/README.md CHANGED
@@ -80,7 +80,7 @@ A thin local MCP server that drives a real browser on your machine:
80
80
  ## Configuration
81
81
 
82
82
  No setup needed for normal use — `connect` wires everything up. Advanced bot
83
- knobs (residential proxy, LLM tier, per-run call cap, API gateway override) are
83
+ knobs (residential proxy, per-run call cap, API gateway override) are
84
84
  documented in [the repo](https://github.com/Trusty-Squire/trusty-squire).
85
85
 
86
86
  ## Security & privacy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusty-squire/mcp",
3
- "version": "1.0.8-rc.1",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "mcpName": "io.github.Trusty-Squire/mcp",
6
6
  "type": "module",