Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
11

superdesign_check_files

Identify file changes by comparing current files with a manifest, ensuring accurate updates for gallery refresh integrations within the design workflow.

Instructions

Check for file changes by comparing current files with a manifest (for gallery refresh integration)

Input Schema

NameRequiredDescriptionDefault
manifestYesFile manifest to compare against
workspace_pathNoWorkspace path (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "manifest": { "description": "File manifest to compare against", "items": { "properties": { "modified": { "type": "number" }, "name": { "type": "string" }, "size": { "type": "number" } }, "required": [ "name", "size", "modified" ], "type": "object" }, "type": "array" }, "workspace_path": { "description": "Workspace path (defaults to current directory)", "type": "string" } }, "required": [ "manifest" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonthebeef/superdesign-mcp-claude-code'

If you have feedback or need assistance with the MCP directory API, please join our Discord server