File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ uv run client.py
3838The following diagram illustrates the architecture of the MCP Server:
3939
4040``` mermaid
41+ %%{init: { "theme": "forest" } }%%
4142sequenceDiagram
42- box hsl(60, 80%, 95%) User Tenancy
43- participant Client
43+ box User Tenancy
44+ participant Client
4445 end
45- box hsl(60, 80%, 95%) Service Tenancy
46- participant MCP Server
47- participant IDCS
46+ box Service Tenancy
47+ participant MCP Server
48+ participant IDCS
4849 end
49-
50- box hsl(60, 80%, 95%) OCI
51- participant OCI APIs
50+ box OCI
51+ participant OCI APIs
5252 end
5353
5454 Client->>MCP Server: Authentication Request
@@ -60,7 +60,7 @@ sequenceDiagram
6060 IDCS->>MCP Server: Token Validation Response
6161 MCP Server->>IDCS: Exchange Token for UPST
6262 IDCS->>MCP Server: UPST
63- MCP Server->>OCI APIs: Request with UPST (using Token Exchange Signer)
63+ MCP Server->>OCI APIs: Request with UPST (Token Exchange Signer)
6464 OCI APIs->>MCP Server: Response
6565 MCP Server->>Client: Response
6666```
You can’t perform that action at this time.
0 commit comments