Skip to content

Commit bba2f48

Browse files
committed
v2
1 parent 4ceda04 commit bba2f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudinary-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function requireEnv(name: string) {
2121
* Deterministic MCP Apps UI URI (portable across Goose + ChatGPT).
2222
* The UI hydrates from tool-result notifications / tool output.
2323
*/
24-
const UPLOAD_UI_URI = "ui://cloudinary/upload";
24+
const UPLOAD_UI_URI = "ui://cloudinary/upload-v2";
2525
const DEMO_UI_URI = "ui://cloudinary/demo";
2626

2727
export class CloudinaryServer {

0 commit comments

Comments
 (0)