Skip to main content
Glama

MCP Specification Server

by MCPJam
23
6
  • Apple
default.js•388 B
export async function delay({seconds, milliseconds} = {}) { let duration; if (typeof seconds === 'number') { duration = seconds * 1000; } else if (typeof milliseconds === 'number') { duration = milliseconds; } else { throw new TypeError('Expected an object with either `seconds` or `milliseconds`.'); } return new Promise(resolve => { setTimeout(resolve, duration); }); }

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/MCPJam/mcp-spec'

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