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()