docs(mcp): cross-link implementation plans

This commit is contained in:
Guillaume ARM 2026-06-10 20:10:51 +02:00
parent 9cc86a18e6
commit 10c45bbc8f
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# MCP Bridge Plan # MCP Bridge Plan
Relates to [./mcp-computer-lua-plan.md](./mcp-computer-lua-plan.md)
## Goal ## Goal
Build a small TypeScript bridge that lets MCP clients call tools backed by live ComputerCraft computers. Build a small TypeScript bridge that lets MCP clients call tools backed by live ComputerCraft computers.

View File

@ -1,5 +1,7 @@
# MCP Computer Lua Plan # MCP Computer Lua Plan
Relates to [./mcp-bridge-plan.md](./mcp-bridge-plan.md)
## Goal ## Goal
Add a TrapOS sandbox program that links a ComputerCraft computer to the host-side MCP bridge over WebSocket. Add a TrapOS sandbox program that links a ComputerCraft computer to the host-side MCP bridge over WebSocket.