Skip to main content
Glama
pshempel

MCP Time Server Node

by pshempel
test-holiday-calendar.js492 B
const { getBusinessDays } = require('../../dist/tools/getBusinessDays'); console.log('=== Manual Test: Holiday Calendar ===\n'); const params = { start_date: '2025-01-01', end_date: '2025-01-01', timezone: 'America/Los_Angeles', holiday_calendar: 'US', }; console.log('Parameters:', JSON.stringify(params, null, 2)); try { const result = getBusinessDays(params); console.log('\nResult:', JSON.stringify(result, null, 2)); } catch (error) { console.error('Error:', 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/pshempel/mcp-time-server-node'

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