update mcp endpoint

This commit is contained in:
Abhishek Kumar 2026-04-16 12:59:40 +05:30
parent d895ac0fba
commit 8040458c36
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@ export function MCPSection() {
const backendUrl =
process.env.NEXT_PUBLIC_BACKEND_URL ||
(typeof window !== "undefined" ? window.location.origin : "");
const endpoint = `${backendUrl}/mcp/`;
const endpoint = `${backendUrl}/api/v1/mcp/`;
const clientConfig = JSON.stringify(
{