Skip to main content
Glama

Travel Planner MCP Server

inMemory.d.ts821 B
import { Transport } from "./shared/transport.js"; import { JSONRPCMessage } from "./types.js"; /** * In-memory transport for creating clients and servers that talk to each other within the same process. */ export declare class InMemoryTransport implements Transport { private _otherTransport?; private _messageQueue; onclose?: () => void; onerror?: (error: Error) => void; onmessage?: (message: JSONRPCMessage) => void; /** * Creates a pair of linked in-memory transports that can communicate with each other. One should be passed to a Client and one to a Server. */ static createLinkedPair(): [InMemoryTransport, InMemoryTransport]; start(): Promise<void>; close(): Promise<void>; send(message: JSONRPCMessage): Promise<void>; } //# sourceMappingURL=inMemory.d.ts.map

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/GongRzhe/TRAVEL-PLANNER-MCP-Server'

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