Skip to main content

McpToolHints

@forge/monorepo


@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?

readonly optional destructiveHint?: boolean

Defined in: backend/src/mcp/index.ts:52


openWorldHint?

readonly optional openWorldHint?: boolean

Defined in: backend/src/mcp/index.ts:53


readOnlyHint?

readonly optional readOnlyHint?: boolean

Defined in: backend/src/mcp/index.ts:51