Bump secrets-mcp to 0.2.2 and sync Cargo.lock. Add home.html landing with SEO and footer link to the refining/secrets repository; serve it at / and expose /login for sign-in. Update OAuth error redirects and dashboard unauthenticated redirects to /login. Improve login page meta tags, back-home link, and OAuth error alert. Refresh llms.txt and robots.txt. Made-with: Cursor
32 lines
859 B
Plaintext
32 lines
859 B
Plaintext
# Secrets MCP — robots.txt
|
||
# 本站为需登录的私密控制台与 MCP API;以下路径请勿抓取,以免浪费配额并避免误索引敏感端点。
|
||
# This host serves an authenticated dashboard and machine APIs; please skip crawling the paths below.
|
||
|
||
User-agent: *
|
||
Disallow: /mcp
|
||
Disallow: /api/
|
||
Disallow: /dashboard
|
||
Disallow: /audit
|
||
Disallow: /auth/
|
||
Disallow: /login
|
||
Disallow: /account/
|
||
|
||
# 首页 `/` 为公开安全说明页,允许抓取。
|
||
|
||
# 面向 AI / LLM 的机器可读站点说明(Markdown):/llms.txt
|
||
# Human & AI-readable site summary: /llms.txt (also /ai.txt)
|
||
|
||
User-agent: GPTBot
|
||
User-agent: Google-Extended
|
||
User-agent: anthropic-ai
|
||
User-agent: Claude-Web
|
||
User-agent: PerplexityBot
|
||
User-agent: Bytespider
|
||
Disallow: /mcp
|
||
Disallow: /api/
|
||
Disallow: /dashboard
|
||
Disallow: /audit
|
||
Disallow: /auth/
|
||
Disallow: /login
|
||
Disallow: /account/
|