mcpServerOutputSchema.d.ts 236 B

1234567
  1. #!/usr/bin/env node
  2. /**
  3. * Example MCP server using the high-level McpServer API with outputSchema
  4. * This demonstrates how to easily create tools with structured output
  5. */
  6. export {};
  7. //# sourceMappingURL=mcpServerOutputSchema.d.ts.map