Skip to main content
Glama

Peekaboo MCP

by steipete
Package.swift1.47 kB
// swift-tools-version: 6.0 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "Peekaboo", platforms: [ .macOS(.v14), ], products: [ .library( name: "Peekaboo", targets: ["Peekaboo"]), ], dependencies: [ .package(path: "../../Core/PeekabooCore"), .package(path: "../../Core/PeekabooUICore"), .package(path: "../../Tachikoma"), .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "2.0.0"), ], targets: [ .target( name: "Peekaboo", dependencies: [ .product(name: "PeekabooCore", package: "PeekabooCore"), .product(name: "PeekabooUICore", package: "PeekabooUICore"), .product(name: "Tachikoma", package: "Tachikoma"), .product(name: "TachikomaAudio", package: "Tachikoma"), .product(name: "KeyboardShortcuts", package: "KeyboardShortcuts"), ], path: "Peekaboo", exclude: ["PeekabooApp.swift", "Info.plist"], resources: [ .process("Assets.xcassets"), ]), .testTarget( name: "PeekabooTests", dependencies: ["Peekaboo"], path: "PeekabooTests", exclude: ["README.md"]), ], 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