MCPClient provides a high-level interface for interacting with an internal MCP client using the official MCP JavaScript SDK.
Client
StdioClientTransport
start()
cleanup()
listTools()
callTool()
Optional
MCPClient provides a high-level interface for interacting with an internal MCP client using the official MCP JavaScript SDK.
Client
instance and connects via provided transport (exceptStdioClientTransport
).start()
andcleanup()
methods.listTools()
, and invoked usingcallTool()
.