We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c7232 commit 2385e44Copy full SHA for 2385e44
docs/architecture.mermaid
@@ -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