Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Travel Planner MCP Server
Claim
by
GongRzhe
npm
GitHub
Travel & Transportation
Location Services
JavaScript
MIT License
11
6
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
node_modules
rechoir
lib
node_modules/rechoir/lib/extension.js
node_modules/rechoir/lib/normalize.js
node_modules/rechoir/lib/register.js
function normalizer (config) { if (typeof config === 'string') { return { module: config } } return config; }; module.exports = function (config) { if (Array.isArray(config)) { return config.map(normalizer); } return normalizer(config); };