Skip to content

Commit d725186

Browse files
committed
docs: Add visual spacer to architecture flowchart
Add invisible spacer node to improve layout spacing between client and server sections in the MCP architecture diagram
1 parent c25e4ba commit d725186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ flowchart LR
451451
Socket[Unix Socket<br/>Transport]
452452
end
453453
454+
spacer[ ]
455+
style spacer fill:none,stroke:none
456+
454457
subgraph MCP["MCP Server"]
455458
Protocol[Protocol Layer<br/>JSON-RPC 2.0]
456459
Security[Security Layer<br/>Permissions]

0 commit comments

Comments
 (0)