decoy-mcp 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,9 +128,9 @@ Get a token at [decoy.run](https://decoy.run).
128
128
 
129
129
  ## Dashboard
130
130
 
131
- Your dashboard is at [decoy.run/dashboard](https://decoy.run/dashboard).
131
+ Your dashboard is at [app.decoy.run/dashboard](https://app.decoy.run/dashboard).
132
132
 
133
- **Authentication:** On first visit via your token link, you'll be prompted to register a passkey (Touch ID, Face ID, or security key). After that, sign in at `decoy.run/dashboard` with just your passkey. No passwords, no tokens in the URL.
133
+ **Authentication:** On first visit via your token link, you'll be prompted to register a passkey (Touch ID, Face ID, or security key). After that, sign in at `app.decoy.run/dashboard` with just your passkey. No passwords, no tokens in the URL.
134
134
 
135
135
  You can also sign in with your token directly. Find it with `npx decoy-mcp status`.
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decoy-mcp",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Security tripwires for AI agents. Detect prompt injection attacks on your MCP tools.",
5
5
  "bin": {
6
6
  "decoy-mcp": "bin/cli.mjs"