Provides a minimal Model Context Protocol server that exposes various utility functions via JSON-RPC stdio transport.
Local Server is a lightweight implementation of the Model Context Protocol (MCP) server, built in Python. It utilizes JSON-RPC for standard input/output communication, enabling other applications to interact with its built-in utility tools. These tools include functions for safely summing numbers, filtering lines based on a substring, computing SHA-256 hashes, and validating data against a JSON Schema, offering a convenient way to integrate common data processing and validation tasks into automated workflows.