MCPcopy Create free account
hub / github.com/AI45Lab/Code / StdioTransport

Class StdioTransport

sdk/node/src/lib.rs:1522–1529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520/// ```
1521#[napi]
1522pub struct StdioTransport {
1523 pub kind: String,
1524 pub program: Option<String>,
1525 pub args: Option<Vec<String>>,
1526 pub url: Option<String>,
1527 pub auth_token: Option<String>,
1528 pub path: Option<String>,
1529}
1530
1531#[napi]
1532impl StdioTransport {

Callers 1

make_monitored_sessionFunction · 0.50

Calls

no outgoing calls

Tested by 1

make_monitored_sessionFunction · 0.40