7 lines
236 B
JavaScript
7 lines
236 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* Example MCP server using the high-level McpServer API with outputSchema
|
|
* This demonstrates how to easily create tools with structured output
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=mcpServerOutputSchema.d.ts.map
|