Skip to content
Discussion options

You must be logged in to vote

Yes — a tool call is just an intent, and it goes through the same gate as any other high-stakes action. Policy is evaluated before the call runs; the outcome is allow / block / escalate; a Decision Dossier is emitted either way.

There are four ways to wire it, depending on where your agent lives.

1. MCP — @decionis/mcp

A stdio MCP server that lets an agent evaluate a candidate action before it commits, deploys, or migrates anything. It exposes decionis_read_policy, decionis_evaluate, and decionis_verdict_help.

npx -y @decionis/mcp

One important distinction: MCP is the discovery and explanation surface; the native hook is the binding enforcement surface. An agent can choose to call an MCP …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ocularminds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant