Skip to main content
Glama

Peekaboo MCP

by steipete
PermissionsCommandTests.swiftβ€’874 B
import Foundation import Testing @testable import peekaboo // TODO: PermissionsCommand tests commented out - command no longer exists /* @Suite struct PermissionsCommandTests { @Test("PermissionsCommand configuration matches original") func commandConfiguration() { // Verify the command has the same configuration as the original #expect(PermissionsCommand.configuration.commandName == "permissions") #expect(PermissionsCommand.configuration.abstract == "Check system permissions required for Peekaboo") #expect(!PermissionsCommand.configuration.discussion.isEmpty) } @Test("PermissionsCommand has JSON output flag") func jSONOutputFlag() throws { // Create command instance let command = PermissionsCommand() // Verify the default value #expect(command.jsonOutput == false) } } */

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