Lines 45-85javascript
45 expiredMessage: "请返回 MCP 会话并重新调用 begin_sql_login。",
46 lockedTitle: "尝试次数已用完",
47 lockedMessage: "为保护数据库账号,此链接已失效。请返回 MCP 会话重新生成登录链接。",
48 methodTitle: "不支持此请求",
49 methodMessage: "请使用登录表单继续。",
50 invalidTitle: "无法处理请求",
51 invalidMessage: "登录请求无效,请重新生成登录链接。",
54 product: "TaurusDB MCP",
55 secureSession: "Secure session",
56 title: "Connect to database",
57 intro: "Enter your database credentials to validate the connection.",
58 target: "Connection target",
61 datasource: "Datasource",
62 configured: "Configured datasource",
63 unknown: "Not specified",
64 username: "Database username",
65 password: "Database password",
MediumSecret Pattern
Package contains a possible secret pattern.
dist/security/local-credential-login.jsView on unpkg · L65 66 usernamePlaceholder: "Enter database username",
67 passwordPlaceholder: "Enter database password",
68 submit: "Connect to database",
69 submitting: "Validating connection…",
70 privacy: "Credentials are not visible to the Agent. They are used only to connect to your selected database and are not persisted by MCP.",
71 retention: (idle, maximum) => `Cleared after ${idle} idle minutes · ${maximum >= 60 ? `${maximum / 60} ${maximum === 60 ? "hour"
72 attempts: (remaining) => `${remaining} attempts remaining for this link`,
73 required: "Enter both the database username and password.",
74 credentials: "The account could not be validated. Check the username and password.",
75 connectivity: "The database is currently unreachable. Check the network and instance status.",
76 tls: "The TLS connection could not be validated. Ask an administrator to check the certificate configuration.",
77 timeout: "Connection validation timed out. Try again shortly.",
78 busy: "Connection validation is already in progress. Do not submit again.",
79 successTitle: "Account validated",
80 successMessage: "Return to your MCP session and select the database you want to access.",
81 expiredTitle: "Login link expired",
82 expiredMessage: "Return to your MCP session and call begin_sql_login again.",
83 lockedTitle: "Attempt limit reached",
84 lockedMessage: "This link has expired to protect the database account. Return to your MCP session and create a new login link.",
85 methodTitle: "Unsupported request",