We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertn702/mcp-sunsama'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
constants.ts•275 B
/**
* Application constants
*
* VERSION is automatically synced from package.json by scripts/sync-version.ts
* when running `bun run version`
*/
export const VERSION = "0.16.1";
export const SERVER_NAME = "Sunsama API Server";
export const PACKAGE_NAME = "mcp-sunsama";