@mcp-dockmaster/mcp-timer
v0.1.0
Published
A Model Context Protocol server with a timer tool
Downloads
4
Readme
MCP Timer
A Model Context Protocol server with a timer tool.
Installation
npm installUsage
npm run build
npm run inspectorTesting
npm testMethods
timer
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.
