Skip to content

Commit 2385e44

Browse files
committed
add architecture diagram
1 parent e0c7232 commit 2385e44

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/architecture.mermaid

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
architecture-beta
2+
group api(cloud)[Truvera MCP Servers]
3+
4+
service agent(cloud)[Agent] in api
5+
service truvera(cloud)[Truvera API] in api
6+
service api-mcp(server)[API MCP Server] in api
7+
service wallet-mcp(server)[Wallet MCP Server] in api
8+
service wallet2(disk)[Wallet Storage] in api
9+
junction walletJunction in api
10+
junction truveraJunction in api
11+
12+
agent:T -- B:truveraJunction
13+
truveraJunction:R --> L:api-mcp
14+
agent:B -- T:walletJunction
15+
walletJunction:R --> L:wallet-mcp
16+
api-mcp:R --> L:truvera
17+
wallet-mcp:R --> L:wallet2

0 commit comments

Comments
 (0)