MCP Directory
Back

modelcontextprotocol-issue

by Miaoxingren · TypeScript · ★ 0

modelcontextprotocol-issue — MCP server.

Install

npx -y github:Miaoxingren/modelcontextprotocol-issue

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-issue": {
      "command": "npx",
      "args": [
        "-y",
        "github:Miaoxingren/modelcontextprotocol-issue"
      ]
    }
  }
}

From the README

> **Comprehensive Guide:** Diagnosis and Reproduction for MCP SDK Bug 1. [The Bug: Zombie Task Collision](#1-the-bug-zombie-task-collision) 2. [Quick Start (Reproduction)](#2-quick-start-reproduction) 3. [Detailed Diagnosis](#3-detailed-diagnosis) We provide a complete environment to reproduce this bug locally. - : MCP server with debugging enabled. - : Automated script to trigger the race condition. 1. **Install Dependencies** 2. **Run Server** *(Keep this running in one terminal)* 3. **Run Test** If the bug exists, you will see: --- The transport layer uses a global…
Read full README on GitHub →

Related other servers