## Summary Register the new notification tools in the tool handler map and MCP server dispatch. ## Acceptance Criteria - [ ] Add \ otify_user\ and \get_notification_history\ to \ ools/index.js\ toolHandlers map - [ ] Add tool definitions to \mcp-server.js\ \getTools()\ array - [ ] Add dispatch handlers in \mcp-server.js\ \ ools/call\ if-chain - [ ] Follow existing pattern (see \play_notification_sound\ registration) ## Files to Modify - \ ools/index.js\ — toolHandlers map + getTools() - \mcp-server.js\ — getTools() array + tools/call dispatch ## Related - Milestone: v2.6.0 — Audio Notification System - Depends on: #2 (notification tools)
Summary
Register the new notification tools in the tool handler map and MCP server dispatch.
Acceptance Criteria
otify_user\ and \get_notification_history\ to \ ools/index.js\ toolHandlers map
Files to Modify
Related