Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
LumbreTravel MCP Server
Claim
by
lumile
npm
GitHub
Travel & Transportation
TypeScript
9
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
lumbretravel-mcp
src
Dockerfile
.editorconfig
.env.sample
.eslintrc
.gitignore
LICENSE.md
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
vitest.config.ts
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": [ "node", "vitest", "moment" ] }, "include": [ "src/**/*" ], "exclude": ["node_modules"] }