File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,15 @@ your MCP server:
158158npx @modelcontextprotocol/inspector
159159```
160160
161+ To connect to your remote Zuplo MCP server in the Inspector UI:
162+
163+ 1 . Set the ** Transport Type** to "Streamable HTTP"
164+ 2 . Set the ** URL** to your Zuplo gateway with the route used by the MCP Server
165+ Handler (i.e., ` https://my-gateway.zuplo.dev/mcp ` )
166+ 3 . If you have configured OAuth authentication, you will need to login using the
167+ OAuth flow using the ** Open Auth Settings** button.
168+ 4 . Hit ** Connect** .
169+
161170For debugging your OAuth configuration, hit the ** Open Auth Settings** button in
162171the Inspector UI to start the OAuth flow. When first setting up the OAuth flow,
163172it is recommmended to use the ** Guided OAuth Flow** which you will see when you
Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ enable OAuth authentication on your MCP Server:
263263
2642641 . Create an OAuth policy on your MCP Server route. This policy will need to
265265 have the option ` "oAuthResourceMetadataEnabled": true ` , for example:
266+
266267 ``` json
267268 {
268269 "name" : " mcp-oauth-inbound" ,
@@ -278,6 +279,12 @@ enable OAuth authentication on your MCP Server:
278279 }
279280 }
280281 ```
282+
283+ In this example, the audience should be the identifier of the Auth0 API you
284+ want your MCP Server to be protected by. For more information on configuring
285+ OAuth JWT policies, see the
286+ [ OAuth Policy docs] ( ../articles/oauth-authentication.md ) .
287+
2812882 . Add the OAuth policy to the MCP Server route. For example:
282289
283290 ``` json
@@ -421,7 +428,7 @@ To connect to your remote Zuplo MCP server in the Inspector UI:
421428 Handler (i.e., ` https://my-gateway.zuplo.dev/mcp ` )
4224293 . If you have configured OAuth authentication, you will need to login using the
423430 OAuth flow using the ** Open Auth Settings** button.
424- 4 . Hit ** Connect**
431+ 4 . Hit ** Connect** .
425432
426433### Curl
427434
Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ export const policies: Navigation = [
535535 type : "category" ,
536536 label : "Upstream Authentication" ,
537537 items : [
538+ "articles/oauth-authentication" ,
538539 "policies/upstream-azure-ad-service-auth-inbound" ,
539540 "policies/upstream-gcp-service-auth-inbound" ,
540541 "policies/upstream-gcp-federated-auth-inbound" ,
You can’t perform that action at this time.
0 commit comments