Skip to main content
Glama

Peekaboo MCP

by steipete
.swiftlint.yml1.15 kB
# SwiftLint configuration for Peekaboo CLI # Rules disabled_rules: - trailing_whitespace # Can be annoying with markdown opt_in_rules: - empty_count - closure_spacing - contains_over_filter_count - contains_over_filter_is_empty - contains_over_first_not_nil - contains_over_range_nil_comparison - discouraged_object_literal - empty_string - first_where - last_where - legacy_multiple - prefer_self_type_over_type_of_self - sorted_first_last - trailing_closure - unneeded_parentheses_in_closure_argument - vertical_parameter_alignment_on_call # Rule configurations line_length: warning: 120 error: 250 ignores_comments: true ignores_urls: true type_body_length: warning: 300 error: 600 file_length: warning: 500 error: 1500 function_body_length: warning: 40 error: 250 identifier_name: min_length: warning: 3 error: 2 max_length: warning: 40 error: 50 allowed_symbols: ["_"] # Paths included: - Sources - Tests excluded: - .build - .swiftpm - .git - Package.swift - ".*" # Exclude all hidden directories - DerivedData - "**/.build" - "**/DerivedData"

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