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.
- package/README.md +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
|
|