diff --git a/mcp.json b/mcp.json index d8cf571..5dc1284 100644 --- a/mcp.json +++ b/mcp.json @@ -1,18 +1,24 @@ { + "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json", "mcpServers": { "cloudinary-asset-mgmt": { + "type": "streamable-http", "url": "https://asset-management.mcp.cloudinary.com/mcp" }, "cloudinary-env-config": { + "type": "streamable-http", "url": "https://environment-config.mcp.cloudinary.com/mcp" }, "cloudinary-smd": { + "type": "streamable-http", "url": "https://structured-metadata.mcp.cloudinary.com/mcp" }, "cloudinary-analysis": { + "type": "sse", "url": "https://analysis.mcp.cloudinary.com/sse" }, "cloudinary-mediaflows": { + "type": "streamable-http", "url": "https://mediaflows.mcp.cloudinary.com/v2/mcp", "headers": { "cld-cloud-name": "cloud_name", diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..933d892 --- /dev/null +++ b/plugin.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", + "name": "cloudinary", + "version": "1.2.0", + "description": "Use Cloudinary directly in your agent. Upload, manage, optimize, and transform images and videos at scale using natural language.", + "author": { + "name": "Cloudinary", + "email": "support@cloudinary.com" + }, + "homepage": "https://cloudinary.com", + "repository": "https://github.com/cloudinary-devs/cloudinary-plugin", + "license": "MIT", + "keywords": [ + "cloudinary", + "media", + "images", + "video", + "transformations", + "asset-management", + "optimization", + "mcp" + ] +}