Skip to main content
Glama

Peekaboo MCP

by steipete
Package.swift1.43 kB
// swift-tools-version: 6.0 import PackageDescription let package = Package( name: "PeekabooExternalDependencies", platforms: [ .macOS(.v14) ], products: [ .library( name: "PeekabooExternalDependencies", targets: ["PeekabooExternalDependencies"] ), ], dependencies: [ // External dependencies centralized here .package(path: "../AXorcist"), .package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"), .package(url: "https://github.com/apple/swift-log", from: "1.5.3"), .package(url: "https://github.com/apple/swift-system", from: "1.3.0"), ], targets: [ .target( name: "PeekabooExternalDependencies", dependencies: [ .product(name: "AXorcist", package: "AXorcist"), .product(name: "AsyncAlgorithms", package: "swift-async-algorithms"), .product(name: "ArgumentParser", package: "swift-argument-parser"), .product(name: "Logging", package: "swift-log"), .product(name: "SystemPackage", package: "swift-system"), ], swiftSettings: [ .enableExperimentalFeature("StrictConcurrency"), ] ), ], swiftLanguageModes: [.v6] )

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