Notification Test
БесплатноНе проверенEnables testing real-time MCP notifications that appear as VS Code popups, demonstrating standalone log messages.
Описание
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
- Install dependencies:
pip install -r requirements.txt
- Run the server:
python server.py
- 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
Make sure the server is running (you should see "Starting server on http://127.0.0.1:8000")
In Cline, use the MCP tool:
- Server:
notification-test - Tool:
start_notifications - Arguments:
{"count": 5}
- Server:
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_messagewithout arelated_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
Установка Notification Test
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/arafatkatze/test-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Notification Test with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
