
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
agent-notification-mcp-server
Advanced tools
MCP server for desktop notifications on task completion and user action requirements
タスク完了時やユーザーアクションが必要な時にデスクトップ通知を送信するMCPサーバーです。
.mcp.json
に追加:
{
"servers": {
"notification": {
"command": "npx",
"args": ["agent-notification-mcp-server"]
}
}
}
## タスクが完了したら
agent-notification MCP Tools を使って、通知をしてください。
途中経過の場合は、`WIP:` のように通知の title にラベルを付けてください。
人間に制御を渡す直前に、`DONE: ` のように通知の title にラベルを付けてください。
(本当に最後のタスクが完了した場合のみ、`DONE: ` ラベルを付けた通知を送信してください。その通知が本当に正しいのかがわからずに、人間は迷ってしまうためです。)
git clone https://github.com/tamago324/agent-notification-mcp-server.git
cd agent-notification-mcp-server
bun install
bun run index.ts
notifyAgentCompletion
: エージェント処理完了通知notifyActionRequired
: ユーザーアクション必要通知sendCustomNotification
: カスタム通知sudo apt-get install libnotify-bin
)通知が表示されない場合:
sudo apt-get install libnotify-bin
サーバーが起動しない場合:
bun --version # Bunバージョン確認
bun install # 依存関係再インストール
MIT
FAQs
MCP server for desktop notifications on task completion and user action requirements
The npm package agent-notification-mcp-server receives a total of 1 weekly downloads. As such, agent-notification-mcp-server popularity was classified as not popular.
We found that agent-notification-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.