Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ transport.rs
File
transport.rs
crates/opencode-mcp/src/transport.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use std::collections::HashMap;
3
use std::process::Stdio;
4
use tokio::io::{AsyncBufReadExt, AsyncReadExt, AsyncWriteExt, BufReader};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected