Skip to main content
Glama

XC-MCP: XCode CLI wrapper

by conorluddy

cache-clear

Clear specified cached data (simulator, project, response, or all) to ensure fresh data retrieval in XC-MCP server operations, resolving issues with excessive token limits in Xcode CLI tool output.

Instructions

Clear cached data to force fresh data retrieval

Input Schema

NameRequiredDescriptionDefault
cacheTypeYesWhich cache to clear

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cacheType": { "description": "Which cache to clear", "enum": [ "simulator", "project", "response", "all" ], "type": "string" } }, "required": [ "cacheType" ], "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/conorluddy/xc-mcp'

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