Skip to content

Commit

Permalink
fix: MCP execution content matching failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadxy committed Jan 9, 2025
1 parent f2a2b40 commit 0c14ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/mcp/mcp_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
},
"docker-mcp": {
"command": "uvx",
"args": ["docker-mcp"]
}
}
}
2 changes: 1 addition & 1 deletion app/store/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ export const useChatStore = createPersistStore(
.catch((error) => showToast("MCP execution failed", error));
}
} catch (error) {
console.error("[MCP Error]", error);
console.error("[Check MCP JSON]", error);
}
}
},
Expand Down

0 comments on commit 0c14ce6

Please sign in to comment.