Skip to main content
Glama

Kube Core MCP

by Jess321995
index.js536 B
"use strict"; const pattern = /-(\w|$)/g; const callback = (dashChar, char) => char.toUpperCase(); const camelCaseCSS = property => { property = property.toLowerCase(); // NOTE :: IE8's "styleFloat" is intentionally not supported if (property === "float") { return "cssFloat"; } // Microsoft vendor-prefixes are uniquely cased else if (property.startsWith("-ms-")) { return property.substr(1).replace(pattern, callback); } else { return property.replace(pattern, callback); } }; module.exports = camelCaseCSS;

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/Jess321995/kube-core-mcp'

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