* enhance ai menu

* remove api prefix from mcp
This commit is contained in:
Philipinho
2026-03-02 03:31:52 +00:00
parent cf43e2b4fe
commit ee6b98edaa
7 changed files with 21 additions and 14 deletions
@@ -77,7 +77,7 @@ export default function UserApiKeys() {
<Text size="sm" mt={4}>
{t("MCP server URL:")}{" "}
<Text size="sm" fw={500} span ff="monospace">
{`${getAppUrl()}/api/mcp`}
{`${getAppUrl()}/mcp`}
</Text>
</Text>
</Alert>