Skip to main content
Glama
bulc-client.d.ts324 B
import type { BulcCommand, BulcResult } from "./types.js"; export declare class BulcClient { private port; private host; constructor(port?: number, host?: string); sendCommand(cmd: BulcCommand): Promise<BulcResult>; isConnected(): Promise<boolean>; } export declare function getBulcClient(): BulcClient;

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/using76/BULC_MCP'

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