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
version.ts•388 B
/**
* Auto-generated version information
* Generated at build time from package.json
* DO NOT EDIT MANUALLY
*/
export const VERSION_INFO = {
version: '0.0.23',
name: 'jinko-mcp-dev',
description: 'MCP server for Jinko Travel BFF',
buildTime: '2025-08-14T05:00:30.058Z',
} as const;
export const VERSION = VERSION_INFO.version;
export const SERVICE_NAME = VERSION_INFO.name;