Skip to content

Commit 3ab2de6

Browse files
Merge pull request #51 from madeinplutofabio/chore/readme-diagram-polish
docs(readme): polish architecture diagram (drop version pins, add LangGraph path, soften wording)
2 parents b658e93 + 3ce1463 commit 3ab2de6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ Instead of “LLM for everything”, you build a graph that:
4444

4545
```mermaid
4646
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"]
47+
Host["MCP-compatible host"] -->|tools/call| Server["ncp-mcp-server"]
48+
LangGraph["LangGraph (Python via ncp-langgraph)"] -->|spawns over stdio| Server
49+
Server -->|invokes| Runtime["ncp-runtime"]
4950
Manifest["Graph Manifest"] --> Runtime
5051
Runtime -->|executes| BrickA["Brick (WASM)"]
5152
Runtime -->|executes| BrickB["Brick (WASM)"]

0 commit comments

Comments
 (0)