From 10c45bbc8f2f574a28b11ea15bd362d0e0054dd2 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Wed, 10 Jun 2026 20:10:51 +0200 Subject: [PATCH] docs(mcp): cross-link implementation plans --- .plans/mcp-bridge-plan.md | 2 ++ .plans/mcp-computer-lua-plan.md | 2 ++ 2 files changed, 4 insertions(+) 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.