Skip to main content
Glama
MockFileSystem.ts291 B
import { vi } from 'vitest'; export interface MockFileSystem { createMockProject(path: string, name: string, type: string, schemes: string[]): void; reset(): void; } export function mockFileSystem(): MockFileSystem { return { createMockProject: vi.fn(), reset: vi.fn() }; }

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/lapfelix/XcodeMCP'

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