01Implements the Machine Conversation Protocol (MCP)
02Responds to `tools/list` requests with available tools
03Handles `tools/call` requests for the 'get-time' tool
04Includes error handling for invalid requests and unknown methods
05Provides clear JSON-RPC 2.0 compliant responses
060 GitHub stars