Skip to content

Commit eb49828

Browse files
authored
readme: fix some diagrams (#51)
1 parent 3bc1756 commit eb49828

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ The following flow illustrates this process, assuming the user is already authen
164164
```mermaid
165165
sequenceDiagram
166166
actor U as User
167-
participant C as Your App Backend
168167
participant P as Pomerium
168+
participant C as Your App Backend
169169
participant S as MCP Server
170170
participant I as LLM API
171171
U ->> P: GET https://mcp-app-demo.your-domain.com
172172
P ->> C: GET http://mcp-app-demo:3000 Authorization: Bearer (TE)
173173
C ->> I: call tool https://mcp-server.your-domain Authorization: Bearer (TE)
174174
I ->> P: GET https://mcp-server.your-domain Authorization: Bearer (TE)
175-
C ->> P: GET https://mcp-server
175+
P ->> S: GET https://mcp-server
176176
```
177177

178178
Example route configuration:
@@ -203,7 +203,7 @@ The **connected** property indicates whether the current user has all required i
203203
A later section will explain how to ensure your user has all required internal tokens.
204204

205205
```
206-
GET https://mcp-demo-app.yourdomain.com/ HTTP/1.1
206+
GET https://mcp-demo-app.yourdomain.com/.pomerium/mcp/routes HTTP/1.1
207207
Accept: application/json
208208
Authorization: Bearer (TE)
209209

0 commit comments

Comments
 (0)