sydhsn/travel-agency-ui
Travel Agency — Frontend (UI) Documentation OVERVIEW The frontend is a React + TypeScript single-page application built with Vite and styled using Tailwind CSS. It communicates with the backend exclusively through the MCP (Model Context Protocol) — every action calls POST /mcp/tools/call instead of individual REST endpoints. - Framework: React 18
Platform-specific configuration:
{
"mcpServers": {
"travel-agency-ui": {
"command": "npx",
"args": [
"-y",
"travel-agency-ui"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...