ReferenceAPIsMCP
terminal_read
Read recent output from the embedded terminal.
MCP tool: terminal_read
Read recent output from the embedded terminal.
Input schema
{ "type": "object", "properties": {} }Calling this tool
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "terminal_read",
"arguments": { /* match input schema */ }
}
}Send to http://127.0.0.1:14210 while Daedalus is running.
Generated from daedalus/src-tauri/src/mcp/tools.rs at build time.