Skip to main content
Glama
bruToJson.d.ts326 B
/** * Type declaration for bruToJson parser */ import { BrunoRequestResult } from "./brulang"; /** * Parses a Bruno request file content * @param input - The Bruno request file content to parse * @returns The parsed request object */ declare const parser: (input: string) => BrunoRequestResult; export default parser;

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

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