2 parents b658e93 + 3ce1463 commit 3ab2de6Copy full SHA for 3ab2de6
1 file changed
README.md
@@ -44,8 +44,9 @@ Instead of “LLM for everything”, you build a graph that:
44
45
```mermaid
46
flowchart LR
47
- Host["MCP-compatible host"] -->|tools/call| Server["ncp-mcp-server v0.1.0"]
48
- Server -->|dispatches graph| Runtime["ncp-runtime v0.3.6"]
+ Host["MCP-compatible host"] -->|tools/call| Server["ncp-mcp-server"]
+ LangGraph["LangGraph (Python via ncp-langgraph)"] -->|spawns over stdio| Server
49
+ Server -->|invokes| Runtime["ncp-runtime"]
50
Manifest["Graph Manifest"] --> Runtime
51
Runtime -->|executes| BrickA["Brick (WASM)"]
52
Runtime -->|executes| BrickB["Brick (WASM)"]
0 commit comments