Skip to content

Commit 5ff0e1a

Browse files
authored
Merge pull request #9 from jaseci-labs/dep
fix
2 parents a1d1f70 + d1762dd commit 5ff0e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/useMcpClient.cl.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cl {
7373
addHistoryEntry(histEntry);
7474

7575
try {
76-
fetchResp = await fetch("/mcp-proxy", {
76+
fetchResp = await fetch("/function/mcp_proxy", {
7777
"method": "POST",
7878
"headers": {"Content-Type": "application/json"},
7979
"body": JSON.stringify({

0 commit comments

Comments
 (0)