Skip to content

Not working with Python stdio MCP-Server? #19

@aleex1848

Description

@aleex1848

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions