Skip to main content
Glama

XC-MCP: XCode CLI wrapper

by conorluddy

cache-get-config

Retrieve current cache configuration settings for Xcode CLI operations in XC-MCP, enabling efficient management of simulator, project, or response caches.

Instructions

Get current cache configuration settings

Input Schema

NameRequiredDescriptionDefault
cacheTypeNoWhich cache configuration to retrieveall

Input Schema (JSON Schema)

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