Skip to content

Commit 0f2d5c0

Browse files
bhosmer-antclaude
andcommitted
Move testOutputSchemaServers.ts to client examples directory
This file is a client implementation that tests outputSchema servers, so it belongs in the client examples directory rather than server examples. Updated file paths in error messages to reflect the new location. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e301f4c commit 0f2d5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/server/testOutputSchemaServers.ts renamed to src/examples/client/testOutputSchemaServers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ async function main() {
1212
const serverPath = process.argv[2];
1313

1414
if (!serverPath) {
15-
console.error("Usage: npx tsx testOutputSchemaServers.ts <server-path>");
16-
console.error("Example: npx tsx testOutputSchemaServers.ts ./mcpServerOutputSchema.ts");
15+
console.error("Usage: npx tsx src/examples/client/testOutputSchemaServers.ts <server-path>");
16+
console.error("Example: npx tsx src/examples/client/testOutputSchemaServers.ts ../server/mcpServerOutputSchema.ts");
1717
process.exit(1);
1818
}
1919

0 commit comments

Comments
 (0)