We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25e351 commit 5755fa8Copy full SHA for 5755fa8
src/app/(chat)/mcp/page.tsx
@@ -8,7 +8,7 @@ export default async function Page() {
8
const t = await getTranslations("Info");
9
let message: string | undefined;
10
11
- if (!isAddingDisabled) {
+ if (isAddingDisabled) {
12
message = t("mcpAddingDisabled");
13
} else if (IS_VERCEL_ENV) {
14
message = t("vercelSyncDelay");
0 commit comments