Skip to main content
Glama

Travel Planner MCP Server

readBlob.js318 B
const {asyncIterator} = Symbol; const readBlob = async function* (blob) { if (blob.stream) { yield* blob.stream() } else if (blob.arrayBuffer) { yield await blob.arrayBuffer() } else if (blob[asyncIterator]) { yield* blob[asyncIterator](); } else { yield blob; } } export default readBlob;

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