zuplo 7.4.5 → 7.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,22 +2,28 @@
|
|
|
2
2
|
title: "Connect ChatGPT"
|
|
3
3
|
sidebar_label: "ChatGPT"
|
|
4
4
|
description:
|
|
5
|
-
Connect ChatGPT to a Zuplo MCP Gateway as a custom
|
|
6
|
-
|
|
5
|
+
Connect ChatGPT to a Zuplo MCP Gateway as a custom app using Developer Mode,
|
|
6
|
+
scan the gateway tools, complete the OAuth flow, and use the app in
|
|
7
|
+
conversation.
|
|
7
8
|
---
|
|
8
9
|
|
|
9
|
-
ChatGPT connects to remote MCP servers as **custom
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
ChatGPT connects to remote MCP servers as **custom apps**. OpenAI previously
|
|
11
|
+
called these "custom connectors", and some ChatGPT screens still use connector
|
|
12
|
+
language, but the current ChatGPT docs use **apps** as the primary term.
|
|
13
|
+
|
|
14
|
+
To add a Zuplo MCP Gateway route to ChatGPT, enable **Developer Mode**, create
|
|
15
|
+
an app that points at the gateway's public MCP route URL, scan the tools, and
|
|
16
|
+
complete the OAuth flow.
|
|
13
17
|
|
|
14
18
|
:::note
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
OpenAI's current ChatGPT docs describe full MCP app support, including
|
|
21
|
+
write/modify actions, as a beta for ChatGPT Business, Enterprise, and Edu plans
|
|
22
|
+
on ChatGPT web. Pro users can connect MCP servers with read/fetch permissions in
|
|
23
|
+
Developer Mode, but full MCP support is not currently available to Pro users.
|
|
24
|
+
Check OpenAI's
|
|
25
|
+
[Developer mode and MCP apps in ChatGPT](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta)
|
|
26
|
+
article for the latest plan availability.
|
|
21
27
|
|
|
22
28
|
:::
|
|
23
29
|
|
|
@@ -25,12 +31,20 @@ Zuplo MCP Gateway provides.
|
|
|
25
31
|
|
|
26
32
|
- A Zuplo project with the MCP Gateway plugin configured and at least one MCP
|
|
27
33
|
route. See the [quickstart](../quickstart.mdx) if you haven't set one up yet.
|
|
28
|
-
- A ChatGPT
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
+
- A ChatGPT Business, Enterprise, or Edu workspace for full MCP apps. Pro users
|
|
35
|
+
can use read/fetch MCP servers only.
|
|
36
|
+
- Developer Mode enabled for the ChatGPT account or workspace. OpenAI's current
|
|
37
|
+
Apps SDK guide says to enable it from **Settings** → **Apps & Connectors** →
|
|
38
|
+
**Advanced settings**. Business and Enterprise/Edu workspaces may require an
|
|
39
|
+
admin or owner to enable Developer Mode first from workspace settings.
|
|
40
|
+
- A public HTTPS MCP route URL. ChatGPT does not connect directly to localhost
|
|
41
|
+
or private-network MCP servers. For local or private development, use OpenAI's
|
|
42
|
+
[Secure MCP Tunnel](https://developers.openai.com/api/docs/guides/secure-mcp-tunnel)
|
|
43
|
+
or another HTTPS tunnel.
|
|
44
|
+
- If your gateway uses OAuth, the identity provider should support the MCP
|
|
45
|
+
authorization requirements ChatGPT expects. For long-lived connections, verify
|
|
46
|
+
that your provider can issue refresh tokens; OpenAI recommends advertising and
|
|
47
|
+
requesting the `offline_access` scope when using OpenID Connect.
|
|
34
48
|
|
|
35
49
|
## Get the route URL
|
|
36
50
|
|
|
@@ -38,58 +52,89 @@ Each MCP route in `config/routes.oas.json` is reachable at
|
|
|
38
52
|
`https://{deploymentUrl}/{routePath}` once deployed — for example
|
|
39
53
|
`https://{deploymentUrl}/mcp/linear-v1`.
|
|
40
54
|
|
|
41
|
-
## Add the
|
|
55
|
+
## Add the app
|
|
42
56
|
|
|
43
57
|
<Stepper>
|
|
44
58
|
|
|
45
|
-
1. **
|
|
59
|
+
1. **Enable Developer Mode.**
|
|
60
|
+
|
|
61
|
+
In ChatGPT web, open **Settings** → **Apps & Connectors** → **Advanced
|
|
62
|
+
settings** and enable **Developer Mode**. In Business, Enterprise, or Edu
|
|
63
|
+
workspaces, an admin or owner may need to enable Developer Mode from
|
|
64
|
+
workspace settings first. See OpenAI's
|
|
65
|
+
[Developer mode and MCP apps in ChatGPT](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta)
|
|
66
|
+
article for the current plan-specific path.
|
|
67
|
+
|
|
68
|
+
2. **Create an app.**
|
|
69
|
+
|
|
70
|
+
Open **Settings** → **Apps & Connectors** and click **Create**. In some
|
|
71
|
+
workspaces, the create flow is under **Workspace settings** → **Apps** →
|
|
72
|
+
**Create**.
|
|
46
73
|
|
|
47
|
-
|
|
74
|
+
3. **Enter the gateway app details.**
|
|
48
75
|
|
|
49
|
-
|
|
76
|
+
Provide a name, description, and the gateway route URL. Use the public MCP
|
|
77
|
+
route URL as the app or connector URL, for example
|
|
78
|
+
`https://{deploymentUrl}/mcp/linear-v1`.
|
|
50
79
|
|
|
51
|
-
|
|
52
|
-
be **Add custom connector**, **Create**, or **Advanced** → **Add MCP
|
|
53
|
-
server**.
|
|
80
|
+
4. **Choose the authentication method.**
|
|
54
81
|
|
|
55
|
-
|
|
82
|
+
If the gateway route is protected, choose OAuth or the OAuth/OpenID Connect
|
|
83
|
+
option in ChatGPT. The Zuplo gateway exposes the MCP OAuth metadata ChatGPT
|
|
84
|
+
needs for discovery.
|
|
56
85
|
|
|
57
|
-
|
|
58
|
-
what ChatGPT shows in the conversation interface.
|
|
86
|
+
5. **Scan the gateway tools.**
|
|
59
87
|
|
|
60
|
-
|
|
88
|
+
Click **Scan Tools**. If ChatGPT opens an authorization prompt, complete the
|
|
89
|
+
gateway sign-in with the identity provider you configured for the route. Wait
|
|
90
|
+
for ChatGPT to finish scanning and show the tools exposed by the gateway.
|
|
61
91
|
|
|
62
|
-
|
|
63
|
-
identity provider you configured for the gateway.
|
|
92
|
+
6. **Complete the upstream connection.**
|
|
64
93
|
|
|
65
|
-
|
|
94
|
+
If the upstream MCP server also requires per-user OAuth, the gateway shows a
|
|
95
|
+
consent page with that upstream server. Click **Connect**, complete the
|
|
96
|
+
upstream OAuth flow, then click **Authorize** to return to ChatGPT.
|
|
66
97
|
|
|
67
|
-
|
|
68
|
-
proxies to. Click **Connect** next to the upstream, complete its OAuth flow,
|
|
69
|
-
then click **Authorize** to finish.
|
|
98
|
+
7. **Create the app.**
|
|
70
99
|
|
|
71
|
-
|
|
100
|
+
Click **Create** after the scan succeeds. ChatGPT shows the app as a
|
|
101
|
+
Developer Mode app for your account, or as a draft app in workspace settings.
|
|
72
102
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
103
|
+
8. **Use the app in a chat.**
|
|
104
|
+
|
|
105
|
+
Start a new chat, click the **+** button near the message composer, choose
|
|
106
|
+
**More**, and select your app. Prompt ChatGPT with a request that should use
|
|
107
|
+
one of the gateway tools.
|
|
76
108
|
|
|
77
109
|
</Stepper>
|
|
78
110
|
|
|
111
|
+
## Publish for a workspace
|
|
112
|
+
|
|
113
|
+
Developer Mode apps are private while you test them. To make the app available
|
|
114
|
+
to a Business, Enterprise, or Edu workspace, an admin or owner must publish it
|
|
115
|
+
from **Workspace settings** → **Apps**. OpenAI notes that workspace apps use a
|
|
116
|
+
reviewed snapshot of the available tools; after changing the gateway's tools or
|
|
117
|
+
tool schemas, refresh the app's actions in ChatGPT before publishing or
|
|
118
|
+
republishing.
|
|
119
|
+
|
|
79
120
|
## What ChatGPT supports
|
|
80
121
|
|
|
81
|
-
ChatGPT
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
[Client
|
|
85
|
-
|
|
122
|
+
ChatGPT acts as an MCP client for the gateway. For authenticated MCP servers,
|
|
123
|
+
OpenAI's Apps SDK authentication guide says ChatGPT supports
|
|
124
|
+
[Client ID Metadata Documents (CIMD)](https://modelcontextprotocol.io/specification/2025-11-25/basic/authorization),
|
|
125
|
+
[Dynamic Client Registration (DCR)](https://modelcontextprotocol.io/specification/2025-11-25/basic/authorization),
|
|
126
|
+
predefined OAuth clients, and Authorization Code with PKCE. The gateway handles
|
|
127
|
+
the resource metadata and OAuth challenge flow for MCP clients.
|
|
128
|
+
|
|
129
|
+
ChatGPT supports:
|
|
86
130
|
|
|
87
|
-
- **Tools** — invoke gateway-exposed tools from the conversation.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
131
|
+
- **Tools** — invoke gateway-exposed tools from the conversation. Full MCP apps
|
|
132
|
+
no longer need to expose only `search` and `fetch` tools, though company
|
|
133
|
+
knowledge and deep research still use read/fetch-style access.
|
|
134
|
+
- **MCP Apps** — render interactive HTML widgets inline through the OpenAI Apps
|
|
135
|
+
SDK conventions. The Apps SDK is built on top of MCP.
|
|
91
136
|
|
|
92
|
-
ChatGPT doesn't currently consume prompts,
|
|
137
|
+
ChatGPT doesn't currently consume arbitrary MCP prompts, roots, sampling, or
|
|
93
138
|
elicitation from a remote MCP server.
|
|
94
139
|
|
|
95
140
|
## Build an Apps SDK app on top of the gateway
|
|
@@ -107,21 +152,34 @@ For more background on Apps SDK and Zuplo-hosted MCP servers, see
|
|
|
107
152
|
|
|
108
153
|
## Troubleshooting
|
|
109
154
|
|
|
110
|
-
- **
|
|
111
|
-
|
|
112
|
-
|
|
155
|
+
- **Create or Developer Mode isn't visible.** Confirm your plan supports the
|
|
156
|
+
level of MCP access you need. Full MCP apps currently require ChatGPT
|
|
157
|
+
Business, Enterprise, or Edu. Your workspace admin may also need to enable
|
|
158
|
+
Developer Mode or grant access with RBAC.
|
|
113
159
|
- **Sign-in succeeds but no tools appear.** Tools only appear when ChatGPT
|
|
114
160
|
decides to invoke them. Try a prompt that mentions the action you want to
|
|
115
|
-
take. If the
|
|
116
|
-
|
|
161
|
+
take. If the app is not selected from the composer, ChatGPT doesn't see any of
|
|
162
|
+
its tools.
|
|
163
|
+
- **Tool scan fails.** Confirm the MCP route is reachable over public HTTPS and
|
|
164
|
+
that the route returns the MCP OAuth metadata ChatGPT expects. Localhost and
|
|
165
|
+
private-network URLs require a tunnel.
|
|
117
166
|
- **OAuth fails with a redirect error.** ChatGPT registers its redirect URI
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
167
|
+
through CIMD, DCR, or a predefined OAuth client, depending on how the app is
|
|
168
|
+
configured. If your identity provider blocks dynamic redirect URIs, use CIMD
|
|
169
|
+
or pre-register the redirect URL ChatGPT shows on the app management page.
|
|
170
|
+
- **Users have to reauthenticate often.** Check whether your identity provider
|
|
171
|
+
issues refresh tokens. OpenAI's ChatGPT docs call out `offline_access` for
|
|
172
|
+
OpenID Connect providers.
|
|
121
173
|
|
|
122
174
|
## Related
|
|
123
175
|
|
|
124
176
|
- [Connect MCP clients overview](./overview.mdx)
|
|
125
177
|
- OpenAI's [Apps SDK documentation](https://developers.openai.com/apps-sdk/)
|
|
178
|
+
- OpenAI's
|
|
179
|
+
[Connect from ChatGPT](https://developers.openai.com/apps-sdk/deploy/connect-chatgpt)
|
|
180
|
+
guide
|
|
181
|
+
- OpenAI's
|
|
182
|
+
[Developer mode and MCP apps in ChatGPT](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta)
|
|
183
|
+
article
|
|
126
184
|
- [OpenAI Apps SDK with Zuplo](../../mcp-server/openai-apps-sdk.mdx)
|
|
127
185
|
- [Authentication overview](../auth/overview.mdx)
|
|
@@ -72,6 +72,8 @@ solutions architect walks through each item during onboarding.
|
|
|
72
72
|
|
|
73
73
|
### Kubernetes Cluster
|
|
74
74
|
|
|
75
|
+
- A cluster dedicated to Zuplo. If you want to run Zuplo in a multi-tenant
|
|
76
|
+
cluster, consult your Zuplo point of contact first.
|
|
75
77
|
- A conformant Kubernetes cluster — managed offerings such as EKS, AKS, and GKE,
|
|
76
78
|
or your own distribution.
|
|
77
79
|
- Support for Services of type `LoadBalancer` to expose the ingress.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zuplo",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The programmable API Gateway",
|
|
6
6
|
"author": "Zuplo, Inc.",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"zuplo": "zuplo.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@zuplo/cli": "7.4.
|
|
23
|
-
"@zuplo/core": "7.4.
|
|
24
|
-
"@zuplo/runtime": "7.4.
|
|
25
|
-
"@zuplo/test": "7.4.
|
|
22
|
+
"@zuplo/cli": "7.4.7",
|
|
23
|
+
"@zuplo/core": "7.4.7",
|
|
24
|
+
"@zuplo/runtime": "7.4.7",
|
|
25
|
+
"@zuplo/test": "7.4.7"
|
|
26
26
|
}
|
|
27
27
|
}
|