Skip to main content
Glama

Xcode MCP Server

by PolarVista

compile_asset_catalog

Compile asset catalogs into usable formats for Xcode projects, specifying input paths and output directories to streamline asset management and deployment.

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