Skip to main content
Glama
PressCommand+CommanderMetadata.swift1.24 kB
import Commander extension PressCommand: CommanderSignatureProviding { static func commanderSignature() -> CommandSignature { CommandSignature( arguments: [ .make( label: "keys", help: "Key(s) to press", isOptional: false ), ], options: [ .commandOption( "count", help: "Repeat count for all keys", long: "count" ), .commandOption( "delay", help: "Delay between key presses in milliseconds", long: "delay" ), .commandOption( "hold", help: "Hold duration for each key in milliseconds", long: "hold" ), .commandOption( "session", help: "Session ID (uses latest if not specified)", long: "session" ), ], optionGroups: [ FocusCommandOptions.commanderSignature(), ] ) } }

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