エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
import { Hono } from 'hono' import { createMcpHandler } from 'mcp-handler' import { z } from 'zod... import { Hono } from 'hono' import { createMcpHandler } from 'mcp-handler' import { z } from 'zod' const app = new Hono() const handler = createMcpHandler( (server) => { server.tool( 'replace-string', 'Replace text with a new string', { text: z.string().describe('The text to perform replacement on'), before: z.string().describe('The string to find and replace'), after: z.string().describe('The str