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.
2 parents a1d1f70 + d1762dd commit 5ff0e1aCopy full SHA for 5ff0e1a
1 file changed
hooks/useMcpClient.cl.jac
@@ -73,7 +73,7 @@ cl {
73
addHistoryEntry(histEntry);
74
75
try {
76
- fetchResp = await fetch("/mcp-proxy", {
+ fetchResp = await fetch("/function/mcp_proxy", {
77
"method": "POST",
78
"headers": {"Content-Type": "application/json"},
79
"body": JSON.stringify({
0 commit comments