Skip to main content
Glama
loader.d.ts572 B
import { ProtocolBufferEnum, ProtocolBufferMessage } from "./Grpc/ProtocolBuffer/ProtocolBuffer.js"; export type Service = { name: string; methods: string[]; }; export type Proto = { path: string; services: Service[]; }; export type Method = { name: string; request: string; response: string; messages: ProtocolBufferMessage[]; enums: ProtocolBufferEnum[]; }; export declare const loader: { loadAsync(dir: string): Promise<Proto[]>; getMethodAsync(path: string, service: string, method: string): Promise<Method | undefined>; };

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/Yuki4-dev/grpc-mcp'

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