Skip to main content
Glama
types.d.ts854 B
import { z } from 'zod'; export interface BrunoRunResult { success: boolean; summary: { total: number; failed: number; passed: number; }; failures: Array<{ name: string; message: string; }>; timings: { started: string; completed: string; duration: number; }; } export declare const RunCollectionSchema: z.ZodObject<{ collection: z.ZodString; environment: z.ZodOptional<z.ZodString>; variables: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; }, "strip", z.ZodTypeAny, { collection: string; environment?: string | undefined; variables?: string[] | undefined; }, { collection: string; environment?: string | undefined; variables?: string[] | undefined; }>; export type RunCollectionParams = z.infer<typeof RunCollectionSchema>;

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/hungthai1401/bruno-mcp'

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