Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Notification Test

БесплатноНе проверен

Enables testing real-time MCP notifications that appear as VS Code popups, demonstrating standalone log messages.

GitHubEmbed

Описание

Enables testing real-time MCP notifications that appear as VS Code popups, demonstrating standalone log messages.

README

This is a test MCP server that demonstrates real-time notifications in Cline.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Run the server:
python server.py
  1. Add the server to Cline's MCP settings:
    • Open the Cline MCP settings file (you can find the path in VS Code)
    • Add this configuration:
{
  "mcpServers": {
    "notification-test": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp",
      "disabled": false,
      "autoApprove": []
    }
  }
}

Testing

  1. Make sure the server is running (you should see "Starting server on http://127.0.0.1:8000")

  2. In Cline, use the MCP tool:

    • Server: notification-test
    • Tool: start_notifications
    • Arguments: {"count": 5}
  3. You should see VS Code notification popups appearing in real-time as the server sends them!

How it works

  • The server sends notifications using send_log_message without a related_request_id
  • This makes them standalone notifications that arrive immediately
  • Cline's McpHub now has notification handlers that display these as VS Code popups
  • The notifications also appear in the console for debugging

What you'll see

  • VS Code info notifications like: "MCP notification-test: [notification_demo] Notification 1/5 sent after 0.52s total (waited 0.52s)"
  • Console logs with full notification details
  • Real-time updates as each notification arrives

from github.com/arafatkatze/test-mcp

Установка Notification Test

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/arafatkatze/test-mcp

FAQ

Notification Test MCP бесплатный?

Да, Notification Test MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Notification Test?

Нет, Notification Test работает без API-ключей и переменных окружения.

Notification Test — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Notification Test в Claude Desktop, Claude Code или Cursor?

Открой Notification Test на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Notification Test with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development