Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Harvest Natural Language Time Entry MCP Server
Claim
by
adrian-dotco
npm
GitHub
OS Automation
Calendar Management
Developer Tools
JavaScript
MIT License
2
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
types
src/types/chrono-node.d.ts
declare module 'chrono-node' { interface ParsedResult { start: { date: () => Date; }; end?: { date: () => Date; }; } export function parse(text: string): ParsedResult[]; export function parseDate(text: string): Date | null; }