Skip to main content
Glama
index.ts522 B
// Testing module exports export { default as APITester } from "./APITester.vue"; // Testing components export { default as ToolDetailDialog } from "./components/ToolDetailDialog.vue"; // Testing types and interfaces export interface TestCase { id: string; name: string; toolName: string; parameters: Record<string, any>; expectedResult?: any; tags?: string[]; createdAt: Date; } export interface TestResult { success: boolean; result?: any; error?: string; duration: number; timestamp: Date; }

Latest Blog Posts

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/zaizaizhao/mcp-swagger-server'

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