McpToolHints
@forge/monorepo / backend/src / McpToolHints
Type Alias: McpToolHints
McpToolHints =
object
Defined in: backend/src/mcp/index.ts:50
MCP does not classify side effects the way the platform does. readOnlyHint and
destructiveHint are advisory and come from the remote server, which is untrusted.
So classification defaults to the safe end and only an administrator can relax it.
Properties
destructiveHint?
readonlyoptionaldestructiveHint?:boolean
Defined in: backend/src/mcp/index.ts:52
openWorldHint?
readonlyoptionalopenWorldHint?:boolean
Defined in: backend/src/mcp/index.ts:53
readOnlyHint?
readonlyoptionalreadOnlyHint?:boolean
Defined in: backend/src/mcp/index.ts:51