mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Update Kapa to include MCP (#3982)
This commit is contained in:
@@ -14,6 +14,9 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
script.setAttribute("data-modal-size", "900px");
|
||||
// Make sure we don't track users, so we don't have to put this behind the cookie widget https://docs.kapa.ai/integrations/website-widget/user-tracking
|
||||
script.setAttribute("data-user-analytics-cookie-enabled", false);
|
||||
// Add Kapa MCP
|
||||
script.setAttribute("data-mcp-enabled", true);
|
||||
script.setAttribute("data-mcp-server-url", "https://n8n.mcp.kapa.ai/");
|
||||
script.async = true;
|
||||
document.head.appendChild(script);
|
||||
});
|
||||
@@ -64,4 +67,4 @@ Kapa(
|
||||
answer: answer
|
||||
}})
|
||||
},
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user