Skip to main content
Glama

SourceSync.ai MCP Server

by pbteja1998
utils.ts254 B
/** * Convert a string to lowercase kebab-case * Example: "HelloWorld" -> "hello-world" */ export function toLowerKebabCase(str: string): string { return str .replace(/([a-z])([A-Z])/g, '$1-$2') .replace(/[\s_]+/g, '-') .toLowerCase() }

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/pbteja1998/sourcesyncai-mcp'

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