/**
* Make a column id safe for use in a table
* @param name - The name of the column
* @returns A safe column id
*/
export function makeSafeColumnId(name: string) {
return name.replace(/[^a-zA-Z0-9]/g, "-");
}
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/Arize-ai/phoenix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server