Skip to main content
Glama
dumyCq

Jinko Hotel Booking MCP Server

by dumyCq
state.ts358 B
/** * State management for the hotel MCP server */ import { SessionData } from "./types.js"; /** * Initialize session */ export const session: SessionData = { hotels: {}, placeSuggestions: [], confirmedPlace: null, language: "en", conversation_id: "", user_ip_address: "127.0.0.1", market: "fr", currency: "EUR", country_code: "fr", };

Latest Blog Posts

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/dumyCq/jinko-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server