avelino/mcp

Support --dry-run flag for tool calls

Open

#1 建立於 2026年3月16日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (8 fork)github user discovery
clienhancementgood first issue

倉庫指標

Star
 (53 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

When debugging or learning what a server expects, there's no way to see the JSON-RPC request that would be sent without actually sending it.

You have to guess, call the tool, get an error, adjust, and try again. For destructive operations (like send_message on Slack), this is risky — you can't preview what you're about to do.

A --dry-run flag on tool calls would let users inspect the exact request payload before it hits the server.

貢獻者指南