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
# SwiftFormat configuration for Peekaboo CLI
# Swift version
--swiftversion 6.2
# Format options
--indent 4
--indentcase false
--trimwhitespace always
--voidtype void
--nospaceoperators ..<, ...
--ifdef noindent
--stripunusedargs closure-only
--maxwidth 120
# Wrap options
--wraparguments before-first
--wrapparameters before-first
--wrapcollections before-first
--closingparen balanced
# Rules to enable
--enable sortImports
--enable duplicateImports
--enable consecutiveSpaces
--enable trailingSpace
--enable blankLinesAroundMark
--enable anyObjectProtocol
--enable redundantReturn
--enable redundantInit
--enable redundantSelf
--enable redundantType
--enable redundantPattern
--enable redundantGet
--enable strongOutlets
--enable unusedArguments
# Rules to disable
--disable andOperator
--disable trailingCommas
--disable wrapMultilineStatementBraces
# Paths
--exclude .build
--exclude Package.swift