File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,15 @@ The following diagram illustrates the architecture of the MCP Server:
3939
4040``` mermaid
4141sequenceDiagram
42- box hsl(60, 80%, 95%) User Tenancy
43- participant Client
42+ box User Tenancy
43+ participant Client
4444 end
45- box hsl(60, 80%, 95%) Service Tenancy
46- participant MCP Server
47- participant IDCS
45+ box Service Tenancy
46+ participant MCP Server
47+ participant IDCS
4848 end
49-
50- box hsl(60, 80%, 95%) OCI
51- participant OCI APIs
49+ box OCI
50+ participant OCI APIs
5251 end
5352
5453 Client->>MCP Server: Authentication Request
@@ -60,7 +59,7 @@ sequenceDiagram
6059 IDCS->>MCP Server: Token Validation Response
6160 MCP Server->>IDCS: Exchange Token for UPST
6261 IDCS->>MCP Server: UPST
63- MCP Server->>OCI APIs: Request with UPST (using Token Exchange Signer)
62+ MCP Server->>OCI APIs: Request with UPST (Token Exchange Signer)
6463 OCI APIs->>MCP Server: Response
6564 MCP Server->>Client: Response
6665```
You can’t perform that action at this time.
0 commit comments