Skip to main content
Glama

MCP-WTIT

by yorifuji
time.errors.tsโ€ข529 B
export class TimeServiceError extends Error { constructor(message: string, public readonly code: string) { super(message); this.name = 'TimeServiceError'; Object.setPrototypeOf(this, TimeServiceError.prototype); } } export class InvalidTimeZoneError extends TimeServiceError { constructor(timezone: string) { super(`Invalid timezone: ${timezone}`, 'INVALID_TIMEZONE'); } } export class TimeFormatError extends TimeServiceError { constructor(message: string) { super(message, 'FORMAT_ERROR'); } }

Latest Blog Posts

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/yorifuji/mcp-wtit'

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