Skip to main content
Glama
client.d.ts465 B
import { SendGrpcClientResponse } from "./Grpc/GrpcClient/GrpcClient.js"; export type ClientRequest = { path: string; address: string; service: string; method: string; body: string; headers?: Record<string, string>; config?: { deadLine?: number; SSL?: boolean; }; }; export type ClientResponse = SendGrpcClientResponse; export declare const client: { requestAsync(req: ClientRequest): Promise<ClientResponse>; };

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