-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hey,
thank you very much for your work.
I tested different javascript based stdio mcp-servers with success. Remote MCP-Server are also working fine.
Now i'm trying to implement a python based stdio mcp-server. The problem is:
In StdioTransport waitForResponse() function the output coming from $this->process->getIncrementalOutput() is always null. i tried to start the python mcp-server with PYTHONUNBUFFERED=1 but this does not help. when i dd $this->process->getOutput() i see the complete output as it should be (the tools list), so communication itself is working, the data comes in, but because getIncrementalOutput() is always null i get Timeout Exception.
Metadata
Metadata
Assignees
Labels
No labels