Skip to content

Commit 702aaad

Browse files
Skip tool metadata check in-process
The in-process transport does not expose current tool metadata for introspection, so keep the runtime schema assertion on the stdio cells where that RPC is supported. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent f910766 commit 702aaad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nodejs/test/e2e/ui_elicitation.e2e.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ describe("UI Elicitation Callback", async () => {
3838
}
3939
);
4040

41-
it(
41+
// In-process sessions do not expose current tool metadata for introspection.
42+
it.skipIf(isInProcessTransport)(
4243
"session created with the elicitation ask-user variant exposes the structured tool",
4344
{ timeout: 60_000 },
4445
async () => {

0 commit comments

Comments
 (0)