JSON-RPC
Implements a simple MCP-inspired JSON-RPC client and server in JavaScript using Node.js's built-in modules without external dependencies. Demonstrates basic communication flow with an `initialize` method that returns capabilities and an `echo` method that returns provided parameters.