You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This opens the hosted onboarding app (`https://mcp.abs.xyz`) where you:
30
30
31
31
1. Choose a policy preset (or provide custom policy JSON)
32
32
2. Connect your Abstract Global Wallet
33
33
3. Approve the session key
34
34
35
35
Session data is saved to `~/.agw-mcp/session.json` with `0o600` file permissions. The session signer key is stored separately in `~/.agw-mcp/session-signer.key`.
36
+
If a previous active session exists locally, the CLI attempts to revoke it on-chain after creating the new one.
37
+
Bootstrap is single-process per storage directory (lockfile: `~/.agw-mcp/.bootstrap-init.lock`) to prevent concurrent `init` races.
36
38
37
39
### 2. Start the MCP server
38
40
@@ -130,6 +132,15 @@ Environment variables are also supported:
0 commit comments