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 8c77095 commit e8b3a0cCopy full SHA for e8b3a0c
src/theme/Root.js
@@ -65,7 +65,7 @@ export default function Root({ children }) {
65
"Powered by Weaviate and kapa.ai"
66
);
67
script.setAttribute("data-mcp-enabled", "true");
68
- script.setAttribute("data-mcp-server-url", " weaviate.mcp.kapa.ai");
+ script.setAttribute("data-mcp-server-url", "weaviate.mcp.kapa.ai");
69
script.setAttribute("data-mcp-button-text", "Use Docs MCP");
70
script.async = true;
71
document.body.appendChild(script);
0 commit comments