diff --git a/.plans/mcp-bridge-plan.md b/.plans/mcp-bridge-plan.md index d80c54d..2f4b640 100644 --- a/.plans/mcp-bridge-plan.md +++ b/.plans/mcp-bridge-plan.md @@ -1,5 +1,7 @@ # MCP Bridge Plan +Relates to [./mcp-computer-lua-plan.md](./mcp-computer-lua-plan.md) + ## Goal Build a small TypeScript bridge that lets MCP clients call tools backed by live ComputerCraft computers. diff --git a/.plans/mcp-computer-lua-plan.md b/.plans/mcp-computer-lua-plan.md index eae3a30..400b67d 100644 --- a/.plans/mcp-computer-lua-plan.md +++ b/.plans/mcp-computer-lua-plan.md @@ -1,5 +1,7 @@ # MCP Computer Lua Plan +Relates to [./mcp-bridge-plan.md](./mcp-bridge-plan.md) + ## Goal Add a TrapOS sandbox program that links a ComputerCraft computer to the host-side MCP bridge over WebSocket.