Skip to main content
Glama

Peekaboo MCP

by steipete
.swiftlint.ymlβ€’1.68 kB
# SwiftLint configuration for AXorcist # Exclude build and package directories excluded: - .build - DerivedData - Package.swift - Pods - "**/.build" - "**/DerivedData" # Configure line length limits line_length: warning: 120 error: 250 ignores_comments: true ignores_urls: true # Configure type body length - temporarily relaxed during refactoring type_body_length: warning: 350 error: 1200 # Temporarily higher limit # Configure function body length function_body_length: warning: 50 error: 250 # Configure cyclomatic complexity cyclomatic_complexity: warning: 10 error: 20 # Configure identifier naming identifier_name: min_length: warning: 3 error: 2 # Allow 2-character names like x, y excluded: - x - y - id # Disable some problematic rules temporarily disabled_rules: - todo # Allow TODO comments during development - force_cast # Allow force casting in accessibility code - force_unwrapping # Allow force unwrapping in certain cases # Opt-in rules to enable opt_in_rules: - array_init - closure_spacing - contains_over_first_not_nil - empty_count - explicit_init - fallthrough - fatal_error_message - first_where - joined_default_parameter - literal_expression_end_indentation - multiline_arguments - multiline_parameters - operator_usage_whitespace - overridden_super_call - pattern_matching_keywords - private_outlet - prohibited_super_call - redundant_nil_coalescing - single_test_class - sorted_first_last - switch_case_alignment - unneeded_parentheses_in_closure_argument - vertical_parameter_alignment_on_call

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