You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent double-starting stdio transport in client (#564)
* fix: prevent double-starting stdio transport in client
Avoid starting stdio transport twice by checking transport type before
calling Start(). The stdio transport from NewStdioMCPClientWithOptions
is already started and doesn't need to be started again.
* docs: update NewStdioMCPClient comment for clarity
0 commit comments