local-stdio-server

command
v0.1.0-alpha.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Mock MCP Server for testing local process (stdio) MCP server support. This server communicates via stdin/stdout using JSON-RPC.

Build:

go build -o mock-stdio-server .

The server reads JSON-RPC requests from stdin (one per line) and writes JSON-RPC responses to stdout. Each request/response is a single line of JSON.

Supports:

  • initialize - MCP handshake
  • notifications/initialized - Notification acknowledgment
  • tools/list - Returns sample tools
  • tools/call - Execute tools (echo, add, get_time)
  • ping - Health check

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL