Skip to main content
Glama

MCP Time Server Node

by pshempel
debug-july-2026.js545 B
const { format, getDay } = require('date-fns'); console.log('=== July 2026 Holiday Observation ===\n'); const july4_2026 = new Date(2026, 6, 4); console.log(`July 4, 2026: ${format(july4_2026, 'EEEE')} (day ${getDay(july4_2026)})`); const july3_2026 = new Date(2026, 6, 3); console.log(`July 3, 2026: ${format(july3_2026, 'EEEE')} (day ${getDay(july3_2026)})`); console.log('\nFor US Federal holidays:'); console.log('- Saturday holidays are observed on Friday'); console.log('- So July 4 (Saturday) should be observed on July 3 (Friday)');

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/pshempel/mcp-time-server-node'

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