Skip to main content
Glama

MCP Xcode

by Stefan-Nitu
TestSwiftPackageXCTestTests.swift607 B
import XCTest @testable import TestSwiftPackageXCTest final class LegacyTests: XCTestCase { func testExample() throws { let spm = TestSwiftPackageXCTest() XCTAssertEqual(spm.text, "Hello, TestSwiftPackageXCTest!") } func testFailingTest() async throws { // This test is designed to fail for MCP testing XCTFail("Test MCP failing test reporting") } func testAnotherFailure() async throws { // Another failing test to verify multiple failures are handled XCTAssertEqual(42, 100, "Expected 42 to equal 100 but it doesn't") } }

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/Stefan-Nitu/mcp-xcode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server