tyytr

Results 2 issues of tyytr

program .command('sync') .description(locale.CMD_DES_SYNC) // TODO rewrite this command // .option('-s, --screenshot [screenshotPath]', locale.TIP_SYNC_SCREENSHOT) .option('--from-current-package', locale.TIP_SYNC_FROM_CURRENT_PACKAGE) .option('--fetch', locale.TIP_SYNC_FETCH) .action(async ({ screenshot, fromCurrentPackage, fetch }) => { await sync({ screenshot, fetch, paths:...

import { McpServer, ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js"; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { z } from "zod"; // Create an MCP server const server = new McpServer({ name:...

bug
waiting on submitter