Skip to main content
Glama

Travel Planner MCP Server

printCmdRet.js524 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // This function takes the raw result of a shelljs command and figures out how to print it. // Invoke this *REGARDLESS* of what the command returns, it will figure it out. var printCmdRet = exports.printCmdRet = function printCmdRet(ret) { // Don't print these types if (typeof ret === 'boolean' || !ret) return; if (typeof ret.stdout === 'string') { process.stdout.write(ret.stdout); } else { process.stdout.write(ret); } };

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