Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: mcp-token-exchange-isolated
paths:
- /mcp-exchange
- /.well-known/oauth-protected-resource/mcp-exchange
service:
name: mcp-token-exchange-isolated-service
protocols:
- http
- https
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: mcp-token-exchange
paths:
- /mcp
- /.well-known/oauth-protected-resource/mcp
service:
name: mcp-token-exchange-service
protocols:
- http
- https
Comment thread
tomek-labuk marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: mcp-token-exchange-isolated-service
url: http://host.docker.internal:3002/mcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: mcp-token-exchange-service
url: http://host.docker.internal:3001/mcp
Comment thread
tomek-labuk marked this conversation as resolved.
Outdated
Loading
Loading