一键导入
dns-signet-login
Signet third-party login for DoH Tester. Use when configuring SIGNET_SDK_URL, ALLOWED_REDIRECT_URLS, or debugging /api/auth/signet flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Signet third-party login for DoH Tester. Use when configuring SIGNET_SDK_URL, ALLOWED_REDIRECT_URLS, or debugging /api/auth/signet flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
DNS Tester HTTP MCP — authenticated Gist HOSTS tools at /api/mcp (dns_hosts_*) and public DoH probe tools at /api/mcp-dns (dns_probe_*). Use when installing Cursor/VS Code MCP, configuring DNS_MCP_HEADERS or x-api-key, calling MCP JSON-RPC (initialize, tools/list, tools/call), debugging HOSTS gist edits, or running resolve/dns-query checks without the web UI.
DNS Tester HTTP MCP — authenticated Gist HOSTS tools at /api/mcp (dns_hosts_*) and public DoH probe tools at /api/mcp-dns (dns_probe_*). Use when installing Cursor/VS Code MCP, configuring DNS_MCP_HEADERS or x-api-key, calling MCP JSON-RPC (initialize, tools/list, tools/call, resources/list, resources/read), debugging HOSTS gist edits, or running resolve/dns-query checks without the web UI.
基于 SOC 职业分类
| name | dns-signet-login |
| description | Signet third-party login for DoH Tester. Use when configuring SIGNET_SDK_URL, ALLOWED_REDIRECT_URLS, or debugging /api/auth/signet flows. |
/login → GET /api/auth/signet/start?redirectUrl=...signet_auth_state cookie and redirects to Signet /loginGET /api/auth/signet/callback?token=&state=auth_token httpOnly cookie.env.example)| Variable | Purpose |
|---|---|
SIGNET_SDK_URL | Hosted signet-client.mjs URL; auth center origin is parsed from this URL. Omit or leave empty to disable Signet login. Audience is fixed to dns-tester. |
Whitelist this app's callback origin in Signet ALLOWED_REDIRECT_URLS, e.g. https://your-dns-tester.example.com.
Use @mcp/signet tools: signet_get_integration_guide, signet_build_login_url, signet_validate_redirect_url.