Skip to content

Commit a1797a2

Browse files
committed
fix: remove stale MCP settings copy
1 parent b347098 commit a1797a2

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

client/public/locales/en/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,6 @@
546546
"wordpress": {
547547
"desc": "Upload the XML file exported from WordPress",
548548
"title": "Import from WordPress"
549-
},
550-
"mcp": {
551-
"title": "MCP / Skill",
552-
"desc": "Rin already exposes RESTful APIs for reading and writing posts. You can wrap these endpoints with a lightweight MCP server and pair them with a Skill prompt for external agents. See the MCP guide and examples in this repository."
553549
}
554550
},
555551
"sitename": "Site Name",

client/src/page/settings.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -540,19 +540,6 @@ export function Settings() {
540540
setConfigValue("server", "webhook.body_template", value);
541541
}}
542542
/>
543-
<div className="w-full">
544-
<SettingsCard>
545-
<SettingsCardRow
546-
header={
547-
<SettingsCardHeader
548-
title={t("settings.mcp.title")}
549-
description={t("settings.mcp.desc")}
550-
/>
551-
}
552-
/>
553-
</SettingsCard>
554-
</div>
555-
556543
<div className="w-full">
557544
<SettingsCard>
558545
<SettingsCardRow

0 commit comments

Comments
 (0)