Skip to main content
Glama

Travel Planner MCP Server

utils.test.js456 B
import { abortAfterTimeout } from "./utils.js"; describe("abortAfterTimeout", () => { it("should abort after timeout", () => { const signal = abortAfterTimeout(0); expect(signal.aborted).toBe(false); return new Promise((resolve) => { setTimeout(() => { expect(signal.aborted).toBe(true); resolve(true); }, 0); }); }); }); //# sourceMappingURL=utils.test.js.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