MCP starter module
Tools and schemas
Defines approved tools and the exact input shapes each chat agent must send.
- Files
- 1
- Lines
- 28
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/agentic/action-policy.ts
Applies a deny-by-default policy before an MCP tool performs a destructive action.
TypeScript
28 lines
Questions about tools and schemas
Does it include MCP tool definitions and authentication?
Yes. It covers tool names, input rules, trusted app actions, customer identity, and the checks that reject unauthorized requests.