Skip to main content
Glama

Xcode MCP Server

by PolarVista

compile_asset_catalog

Compiles asset catalogs via 'actool' to optimize and bundle resources, saving them to a specified output directory for streamlined Xcode project integration.

Instructions

Compiles an asset catalog using 'actool'.

Input Schema

NameRequiredDescriptionDefault
catalogPathYesPath to the asset catalog.
outputDirYesDirectory where the compiled assets should be saved.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "catalogPath": { "description": "Path to the asset catalog.", "type": "string" }, "outputDir": { "description": "Directory where the compiled assets should be saved.", "type": "string" } }, "required": [ "catalogPath", "outputDir" ], "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/PolarVista/Xcode-mcp-server'

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