We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
rfc3339.d.ts•172 B
import { ReadonlyDate } from "readonly-date";
export declare function fromRfc3339(str: string): Date;
export declare function toRfc3339(date: Date | ReadonlyDate): string;