MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / toolRow

Function toolRow

e2e/scenarios/mcp-catalog-sync-ui.test.ts:74–74  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

72 // fragment it, so exact role queries can't false-match a substring
73 // (`greet` inside `greet_v2`).
74 const toolRow = (name: string) => page.getByRole("button", { name, exact: true }).first();
75
76 await step("The Tools tab lists the server's v1 catalog", async () => {
77 await page.getByRole("tab", { name: "Tools" }).click();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected