MCPcopy Create free account
hub / github.com/TanStack/ai / denyToolCall

Function denyToolCall

testing/e2e/tests/helpers.ts:126–128  ·  view source on GitHub ↗
(page: Page, toolName: string)

Source from the content-addressed store, hash-verified

124}
125
126export async function denyToolCall(page: Page, toolName: string) {
127 await page.getByTestId(`deny-button-${toolName}`).click()
128}
129
130export async function isNotSupported(page: Page): Promise<boolean> {
131 return page

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected