shadPS4
shadPS4 copied to clipboard
[Hack] P.T workarounds
"workarounds , use it on your own risk" blame @georgemoralis for this one, he came up with the idea for this :)
It seems fixed in https://github.com/cline/cline/pull/2441
Can confirm its still a issue. cline tried to fix it and removed all the others that i had installed. Would be better if they all had there own individual json to stop this happening
On Wed, 26 Mar 2025 at 23:59, wannasaynone @.***> wrote:
It seems fixed in #2441 https://github.com/cline/cline/pull/2441
thank you for updating this issue, but it is still happening in 3.8.3
— Reply to this email directly, view it on GitHub https://github.com/cline/cline/issues/2459#issuecomment-2754317759, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPBZBWABC62ZC7Q76KNPW32WKQB5AVCNFSM6AAAAABZZ4IGY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJUGMYTONZVHE . You are receiving this because you are subscribed to this thread.Message ID: @.***> [image: wannasaynone]wannasaynone left a comment (cline/cline#2459) https://github.com/cline/cline/issues/2459#issuecomment-2754317759
It seems fixed in #2441 https://github.com/cline/cline/pull/2441
thank you for updating this issue, but it is still happening in 3.8.3
— Reply to this email directly, view it on GitHub https://github.com/cline/cline/issues/2459#issuecomment-2754317759, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPBZBWABC62ZC7Q76KNPW32WKQB5AVCNFSM6AAAAABZZ4IGY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJUGMYTONZVHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I'm also seeing this in 3.8.3. It seems that if you restart the extension host you can get it to take but I spent quite a while wondering how my JSON was invalid so it seems like a bad error message.
I am also seeing this issue in version 3.8.3. I don't have any MCP servers installed but when I try and install one either through the marketplace or manually, I receive an error stating invalid MCP settings format. The format looks correct to me. This is preventing me from installing any MCP servers.
This is the error I am getting:
This is the cline_mcp_settings.json file after Cline installs the MCP server from the marketplace.
This is what the MCP Servers pane looks like after the MCP Server has been installed. It is not recognised.
I also have this problem when I try to manually install local MCP servers. I have also tried to modify the structure of the file to try and fix the issue but i get the same outcome. I have also tried to install multiple MCP Servers from the marketplace with the same outcome.
Also with version 3.8.3 I had the same issue.
I also encountered the same problem, my version is 3.8.3
I also encountered the same problem, my version is 3.8.3
me too
me too
The same configuration does not report an error in version 3.8.2.
me too v3.8.3
I also encountered the same problem, my version is 3.8.3
I found that as long as I saved the file and ignored the error message, then restarted the client, it still worked fine.
mark
it will appear at 3.8.3。but when i restart vscode,it was fixed。
so just save it, and restart vscode
just close vscode completely and restart, the problem can be solved
@yatao-zhuozhuo thank you
just close vscode completely and restart, the problem can be solved
but as long as I change this file, the same error will appear again, it‘s a little bit annoying
Saving the file and restarting VSCode works, with regards to the MCP server being installed and available to use which provides a workaround but this isn't a fix. I don't think having to restart VSCode when installing MCP servers provides a good user experience or process.
mark
mark
mark
This error occurs in the latest build however you can just ignore it.
Just reload window also works.
same here
很奇怪,关闭重启后就没问题了
me too
Are you all still experiencing this issue? I would assume it has to do with how Zod is parsing the server config.
Are you all still experiencing this issue? I would assume it has to do with how Zod is parsing the server config.
why does cline hate me
maybe cus i use windows 10?
this is my cline_mcp_settings.json file:
{
"mcpServers": {
"sqlite": {
"disabled": true,
"timeout": 60,
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"test.db"
],
"transportType": "stdio"
},
"filesystem": {
"timeout": 60,
"command": "node",
"args": [
"C:\\ProgramData\\miniconda3\\envs\\mcp-cli\\Scripts\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js",
"C:\\downloads\\AI\\mcp-cli\\workspace"
],
"transportType": "stdio"
},
"playwright": {
"disabled": false,
"timeout": 60,
"command": "node",
"args": [
"C:\\ProgramData\\miniconda3\\envs\\mcp-cli\\Scripts\\node_modules\\@executeautomation\\playwright-mcp-server\\dist\\index.js"
],
"transportType": "stdio"
}
}
}
when i added the mcp server manually cline added "transportType": "stdio" automatically. maybe for its benefit? idk and don care if it needs to add it but i just wan it to work. i want to use playwright which is installed on a miniconda env for isolation purposes and dont wan to install global to windows env
when i check the 'installed' section, it recognizes the servers just fine:
but when i run prompt, it says it doesnt have tools 😭😭
im using ollama mistral-small3.1:24b local model
I do see the issue and the servers are not available for me. Version - v3.16.3
Tried installing manually and via marketplace but the issue still persists.
Experiencing the same issue. Reloading/Restarting does not change anything. Reverting to older versions of Cline are also not working.