Skip to main content
Glama
WindowIdentificationOptions+CommanderMetadata.swift928 B
import Commander extension WindowIdentificationOptions { static func commanderSignature() -> CommandSignature { CommandSignature( options: [ .commandOption( "app", help: "Target application name, bundle ID, or 'PID:12345'", long: "app" ), .commandOption( "pid", help: "Target application by process ID", long: "pid" ), .commandOption( "windowTitle", help: "Target window by title", long: "window-title" ), .commandOption( "windowIndex", help: "Target window by index (0-based)", long: "window-index" ), ] ) } }

Latest Blog Posts

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/steipete/Peekaboo'

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