Description
I have been trying to integrate the MCP server on the VS-code using the mcp.json file and i have been getting the error
Failed to validate tool mcp_insforge_run-raw-sql: Error: tool parameters array type must have items. Please open a Github issue for the MCP server or extension which provides this tool
Upon investigation I have found out that VS code have strict patterns for the tool calling, and the run-raw-sql tool has any in the parameter array which causes this issue.
@tonychang04 will this be in your scope, as adding VS code as one of the client would improve the adaptation for many users.
Description
I have been trying to integrate the MCP server on the VS-code using the mcp.json file and i have been getting the error
Upon investigation I have found out that VS code have strict patterns for the tool calling, and the run-raw-sql tool has any in the parameter array which causes this issue.
@tonychang04 will this be in your scope, as adding VS code as one of the client would improve the adaptation for many users.