/
by ai.smithery
Kickstart development with a customizable TypeScript template featuring sample tools for greeting,…
Server configuration and capabilities from the MCP manifest
Size: 2,591 bytes (648 tokens)
Tools Found: 5
Analysis ID: g8htof0t
This MCP server provides tools for greeting, calculations, time retrieval, image generation, and code review.
Stars
Registry ID: 67692a7a-a90a-4b1f-8005-f224079d6a31
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/20/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "typescript-mcp-server", "tags": [], "tools": [ { "name": "greeting", "description": "인사하기", "input_schema": { "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "인사할 사람의 이름" }, "language": { "enum": [ "ko", "en" ], "type": "string", "default": "ko", "description": "인사 언어 (기본값: ko)" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "calculator", "description": "계산기", "input_schema": { "type": "object", "required": [ "operation", "a", "b" ], "properties": { "a": { "type": "number", "description": "첫 번째 숫자" }, "b": { "type": "number", "description": "두 번째 숫자" }, "operation": { "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string", "description": "수행할 연산 (add, subtract, multiply, divide)" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_time", "description": "시간 조회", "input_schema": { "type": "object", "required": [ "timeZone" ], "properties": { "timeZone": { "type": "string", "description": "시간대" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "generate_image", "description": "이미지 생성 도구", "input_schema": { "type": "object", "required": [ "prompt" ], "properties": { "prompt": { "type": "string", "description": "이미지 생성을 위한 프롬프트" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "data": { "type": "string" }, "type": { "type": "string" }, "mimeType": { "type": "string" } } } }, "annotations": { "type": "object", "properties": { "audience": { "type": "array", "items": { "type": "string" } }, "priority": { "type": "number" } } } } } }, { "name": "server://info", "description": "서버 정보", "input_schema": {}, "output_schema": { "type": "object", "properties": { "contents": { "type": "array", "items": { "type": "object", "properties": { "uri": { "type": "string" }, "text": { "type": "string" }, "mimeType": { "type": "string" } } } } } } }, { "name": "code_review", "description": "Request Code Review", "input_schema": { "type": "object", "required": [ "code" ], "properties": { "code": { "type": "string", "description": "The code to review" } } }, "output_schema": { "type": "object", "properties": { "messages": { "type": "array", "items": { "type": "object", "properties": { "role": { "type": "string" }, "content": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } } } } ], "version": "1.0.0", "categories": [], "description": "TypeScript MCP Server 보일러플레이트" }
Forks
Watchers
Contributors
Last Push: 9/20/2025
Open Issues: 0