|
6 | 6 | "description": "Upload, search, transform, and manage media assets in Cloudinary. Supports images and videos with powerful transformation capabilities.", |
7 | 7 | "icon": "https://avatars.githubusercontent.com/u/1460763?v=4", |
8 | 8 | "schema_version": "2.1", |
9 | | - "categories": ["cloud", "developer-tools"], |
10 | | - "tags": ["cloudinary", "media", "images", "video", "upload", "cdn", "transformation"], |
11 | | - |
| 9 | + "categories": [ |
| 10 | + "cloud", |
| 11 | + "developer-tools" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "cloudinary", |
| 15 | + "media", |
| 16 | + "images", |
| 17 | + "video", |
| 18 | + "upload", |
| 19 | + "cdn", |
| 20 | + "transformation" |
| 21 | + ], |
12 | 22 | "transport": { |
13 | 23 | "type": "stdio", |
14 | 24 | "command": "npx", |
15 | | - "args": ["-y", "--package", "@cloudinary/asset-management-mcp", "--", "mcp", "start"], |
| 25 | + "args": [ |
| 26 | + "-y", |
| 27 | + "--package", |
| 28 | + "@cloudinary/asset-management-mcp", |
| 29 | + "--", |
| 30 | + "mcp", |
| 31 | + "start" |
| 32 | + ], |
16 | 33 | "env": { |
17 | 34 | "CLOUDINARY_CLOUD_NAME": "${input:CLOUDINARY_CLOUD_NAME}", |
18 | 35 | "CLOUDINARY_API_KEY": "${input:CLOUDINARY_API_KEY}", |
|
38 | 55 | "id": "CLOUDINARY_API_KEY", |
39 | 56 | "label": "Cloudinary API Key", |
40 | 57 | "description": "API key for the Cloudinary API.", |
41 | | - "type": "password", |
| 58 | + "type": "text", |
42 | 59 | "required": true, |
43 | 60 | "secret": true, |
44 | 61 | "placeholder": "123456789012345", |
|
52 | 69 | "id": "CLOUDINARY_API_SECRET", |
53 | 70 | "label": "Cloudinary API Secret", |
54 | 71 | "description": "API secret for the Cloudinary API. Keep this private.", |
55 | | - "type": "password", |
| 72 | + "type": "text", |
56 | 73 | "required": true, |
57 | 74 | "secret": true, |
58 | 75 | "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", |
|
65 | 82 | ] |
66 | 83 | } |
67 | 84 | }, |
68 | | - |
69 | 85 | "auth": { |
70 | 86 | "type": "api_key", |
71 | 87 | "instructions": "Get your Cloud Name, API Key, and API Secret from https://console.cloudinary.com/settings/api-keys" |
72 | 88 | }, |
73 | | - |
74 | 89 | "contributor": { |
75 | 90 | "name": "Cloudinary", |
76 | 91 | "github": "cloudinary", |
77 | 92 | "url": "https://cloudinary.com" |
78 | 93 | }, |
79 | | - |
80 | 94 | "links": { |
81 | 95 | "repository": "https://github.com/cloudinary/mcp-servers", |
82 | 96 | "homepage": "https://cloudinary.com", |
83 | 97 | "documentation": "https://cloudinary.com/documentation/cloudinary_llm_mcp" |
84 | 98 | }, |
85 | | - |
86 | | - "platforms": ["all"], |
87 | | - |
| 99 | + "platforms": [ |
| 100 | + "all" |
| 101 | + ], |
88 | 102 | "capabilities": { |
89 | 103 | "tools": true, |
90 | 104 | "resources": false, |
|
0 commit comments