Skip to main content
Glama
smoothstep.js289 B
/* Smoothstep easing function and its inverse Reference: https://en.wikipedia.org/wiki/Smoothstep */ const easingSmoothstep = t => t * t * (3 - 2 * t); const easingSmoothstepInverse = t => 0.5 - Math.sin(Math.asin(1 - 2 * t) / 3); export { easingSmoothstep, easingSmoothstepInverse };

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/MatheusgVentura/Project-One'

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