Skip to main content
Glama
samples.js273 B
import gamma from './easing/gamma.js'; const samples = (n = 2, γ = 1) => { let ease = gamma(γ); if (n < 2) { return n < 1 ? [] : [ease(0.5)]; } let res = []; for (let i = 0; i < n; i++) { res.push(ease(i / (n - 1))); } return res; }; export default samples;

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