A Model Context Protocol server with a timer tool.
WARNING: This is just an experiment.
npm install
npm run build
npm run inspector
npm test
Waits for the specified duration and returns a message when finished.
Input:
- minutes (number, optional): The number of minutes to wait.
- seconds (number, optional): The number of seconds to wait.