Skip to main content
Glama

Twitter MCP Server

form-data.helper.d.ts931 B
/// <reference types="node" /> declare type TStringable = { toString(): string; }; export declare class FormDataHelper { protected _boundary: string; protected _chunks: Buffer[]; protected _footerChunk?: Buffer; protected static readonly LINE_BREAK = "\r\n"; protected static readonly DEFAULT_CONTENT_TYPE = "application/octet-stream"; protected bodyAppend(...values: (Buffer | string)[]): void; append(field: string, value: Buffer | string | TStringable, contentType?: string): void; getHeaders(): { 'content-type': string; }; /** Length of form-data (including footer length). */ protected getLength(): number; getBuffer(): Buffer; protected getBoundary(): string; protected generateBoundary(): void; protected getMultipartHeader(field: string, value: string | Buffer, contentType?: string): string; protected getMultipartFooter(): Buffer; } export {};

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/crazyrabbitLTC/mcp-twitter-server'

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