@kolbo/mcp 1.56.0 → 1.56.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolbo/mcp",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "description": "Kolbo AI MCP Server - Generate images, videos, music, speech, and sound effects from Claude Code",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/src/apps/index.js CHANGED
@@ -69,12 +69,19 @@ const WIDGET_CSP = {
69
69
  'https://fonts.googleapis.com', // Inter / JetBrains Mono stylesheet
70
70
  'https://fonts.gstatic.com', // font files
71
71
  'https://images.pexels.com', // stock thumbnails
72
+ 'https://images.unsplash.com', // stock thumbnails (Unsplash)
73
+ 'https://plus.unsplash.com', // Unsplash+ premium images
74
+ 'https://cdn.coverr.co', // Coverr video thumbnails
75
+ 'https://cdn.freesound.org', // Freesound waveform previews
72
76
  // Wildcards as a second layer for hosts that do support them.
73
77
  'https://*.kolbo.ai',
74
78
  'https://*.digitaloceanspaces.com',
75
79
  'https://*.cdn.digitaloceanspaces.com',
76
80
  'https://*.pexels.com',
77
81
  'https://*.pixabay.com',
82
+ 'https://*.unsplash.com',
83
+ 'https://*.coverr.co',
84
+ 'https://*.freesound.org',
78
85
  'https://*.sketchfab.com',
79
86
  'https://*.cloudfront.net',
80
87
  ],