shadPS4 icon indicating copy to clipboard operation
shadPS4 copied to clipboard

[Hack] P.T workarounds

Open kalaposfos13 opened this issue 8 months ago • 2 comments

"workarounds , use it on your own risk" blame @georgemoralis for this one, he came up with the idea for this :)

kalaposfos13 avatar Mar 27 '25 07:03 kalaposfos13

It seems fixed in https://github.com/cline/cline/pull/2441

holooooo avatar Mar 26 '25 11:03 holooooo

It seems fixed in #2441

thank you for updating this issue, but it is still happening in 3.8.3

wannasaynone avatar Mar 26 '25 12:03 wannasaynone

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: @.***>

stevejford avatar Mar 26 '25 13:03 stevejford

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.

colinmollenhour avatar Mar 26 '25 16:03 colinmollenhour

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:

Image

This is the cline_mcp_settings.json file after Cline installs the MCP server from the marketplace.

Image

This is what the MCP Servers pane looks like after the MCP Server has been installed. It is not recognised.

Image

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.

JCDubs avatar Mar 26 '25 16:03 JCDubs

Also with version 3.8.3 I had the same issue.

yjxst avatar Mar 27 '25 02:03 yjxst

I also encountered the same problem, my version is 3.8.3

MianMianChan avatar Mar 27 '25 02:03 MianMianChan

I also encountered the same problem, my version is 3.8.3

me too

Lori888 avatar Mar 27 '25 03:03 Lori888

me too

dingjiahuichina avatar Mar 27 '25 03:03 dingjiahuichina

The same configuration does not report an error in version 3.8.2.

marcusbai avatar Mar 27 '25 04:03 marcusbai

me too v3.8.3

TomorJM avatar Mar 27 '25 04:03 TomorJM

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.

MianMianChan avatar Mar 27 '25 05:03 MianMianChan

mark

datalee avatar Mar 27 '25 06:03 datalee

it will appear at 3.8.3。but when i restart vscode,it was fixed。

so just save it, and restart vscode

dave45 avatar Mar 27 '25 07:03 dave45

just close vscode completely and restart, the problem can be solved

yatao-zhuozhuo avatar Mar 27 '25 08:03 yatao-zhuozhuo

@yatao-zhuozhuo thank you

FNG-Y avatar Mar 27 '25 09:03 FNG-Y

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

Lori888 avatar Mar 27 '25 09:03 Lori888

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.

JCDubs avatar Mar 27 '25 09:03 JCDubs

mark

leoner avatar Mar 27 '25 13:03 leoner

mark

DMQ avatar Mar 27 '25 15:03 DMQ

mark

kangkangkk avatar Mar 28 '25 02:03 kangkangkk

This error occurs in the latest build however you can just ignore it.

Image

sshere avatar Mar 28 '25 03:03 sshere

Just reload window also works.

Image

tamofplease avatar Mar 28 '25 05:03 tamofplease

same here

JiaHuann avatar Mar 28 '25 08:03 JiaHuann

很奇怪,关闭重启后就没问题了

datalee avatar Mar 28 '25 08:03 datalee

me too

cnwarden avatar Apr 01 '25 10:04 cnwarden

Are you all still experiencing this issue? I would assume it has to do with how Zod is parsing the server config.

celestial-vault avatar Apr 07 '25 21:04 celestial-vault

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:

Image

but when i run prompt, it says it doesnt have tools 😭😭

Image

im using ollama mistral-small3.1:24b local model

OhBobb avatar Apr 11 '25 19:04 OhBobb

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.

Image

Image

wdamaral avatar May 22 '25 00:05 wdamaral

Experiencing the same issue. Reloading/Restarting does not change anything. Reverting to older versions of Cline are also not working.

ericbachura avatar May 22 '25 00:05 ericbachura