- Added .cursorrules for project guidelines and context - Created README.md for project overview and goals - Established ARCHITECTURE.md for architectural documentation - Set up tickets directory with initial ticket management files - Included .gitignore to manage ignored files and directories This commit lays the foundation for the Atlas project, ensuring a clear structure for development and collaboration.
1.0 KiB
1.0 KiB
Ticket: Time / Date / World-Clock Tools
Ticket Information
- ID: TICKET-032
- Title: Time / Date / World-Clock Tools
- Type: Feature
- Priority: Medium
- Status: Backlog
- Track: Tools/MCP
- Milestone: Milestone 2 - Voice Chat MVP
- Created: 2024-01-XX
Description
Implement time and date tools:
- Simple tools returning local time
- Date information
- Daylight saving time info
- World clock for different timezones
Acceptance Criteria
- Local time tool implemented
- Date tool implemented
- Timezone support
- Daylight saving time handling
- Tools registered in MCP server
Technical Details
Tools to implement:
get_current_time: Local time with timezoneget_date: Current dateget_timezone_info: DST, offset, etc.convert_timezone: Convert between timezones
Dependencies
- TICKET-029 (MCP server)
Related Files
home-voice-agent/mcp-server/tools/time/(to be created)
Notes
Simple tools, no external dependencies. Can be developed in parallel with other tools.