We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceda04 commit bba2f48Copy full SHA for bba2f48
src/cloudinary-server.ts
@@ -21,7 +21,7 @@ function requireEnv(name: string) {
21
* Deterministic MCP Apps UI URI (portable across Goose + ChatGPT).
22
* The UI hydrates from tool-result notifications / tool output.
23
*/
24
-const UPLOAD_UI_URI = "ui://cloudinary/upload";
+const UPLOAD_UI_URI = "ui://cloudinary/upload-v2";
25
const DEMO_UI_URI = "ui://cloudinary/demo";
26
27
export class CloudinaryServer {
0 commit comments