Skip to content

close server in stdio is not work as expected #131

@vincent-pli

Description

@vincent-pli

I try to test with external server like shit:

    "sqlite": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "/tmp/foo.db"
      ]
    },

It's a stdio one, but I cannot close it by client.Close()(

func (c *StdioMCPClient) Close() error {
), it's sticked, seems uvx not respect the cmd.wait()

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