PulseAugur
实时 14:57:10
English(EN) Audit logging for n8n workflows that call MCP tools

Cordon 为 n8n MCP 工具调用添加审计日志和门控

Cordon 是一个新推出的开源网关,旨在为与 MCP 工具交互的 n8n 工作流提供审计日志。它位于 n8n 客户端和 MCP 服务器之间,记录每一次工具调用、其参数以及响应。这种可见性有助于识别代理循环或意外的工具使用等问题,这些问题在 n8n 的默认执行日志中并未详细说明。Cordon 还提供基于策略的门控功能,允许用户在执行可能存在风险的工具调用之前阻止或暂停它们。 AI

影响 增强了在 n8n 工作流中使用外部工具的 AI 代理的可见性和控制力。

排序理由 这是一个新的开源工具发布,为现有的工作流产品增加了功能。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Marco Arras ·

    Audit logging for n8n workflows that call MCP tools

    <p>If you run an n8n workflow that calls MCP tools, here's something you've probably hit. The execution log shows the MCP Client Tool node ran, but it doesn't show what the agent asked the tool to do, or what it got back.</p> <p>That's a gap. If the agent loops, or hits a tool yo…