Skip to main content
Glama
pshempel

MCP Time Server Node

by pshempel
verify-holidays.js1.06 kB
#!/usr/bin/env node /** * Holiday verification script * Runs automated tests and provides summary */ const { execSync } = require('child_process'); console.log('🎯 Running Holiday Verification Tests\n'); console.log('='.repeat(50)); try { // Run the verification tests execSync('npm test holidays.verification', { stdio: 'inherit' }); console.log('\n✅ All holiday verifications passed!'); console.log('\nNext steps:'); console.log('1. Review test output for any warnings'); console.log('2. Update expected data if official holidays change'); console.log('3. Run annually to ensure continued accuracy'); } catch (error) { console.error('\n❌ Holiday verification failed!'); console.error('\nPlease check:'); console.error('1. Holiday data in src/data/holidays.ts'); console.error('2. Expected dates in tests/data/holidays.verification.test.ts'); console.error('3. Official sources for any holiday changes'); process.exit(1); } console.log('\n📚 Documentation: docs/verified-behaviors/holiday-automated-verification.md');

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