We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameroncooke/XcodeBuildMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MCPTestTests.swift•271 B
//
// MCPTestTests.swift
// MCPTestTests
//
// Created by Cameron on 15/12/2025.
//
import Testing
struct MCPTestTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}