UNPKG

koreandict-mcp-server

Version:

국립국어원 표준국어대사전 MCP 서버

22 lines (21 loc) 520 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * 국립국어원 표준국어대사전 MCP 서버 */ export declare class KoreanDictionaryMcpServer { private server; private dictionaryService; constructor(); /** * 서버 인스턴스를 반환합니다. */ getServer(): McpServer; /** * MCP 리소스를 초기화합니다. */ private initializeResources; /** * MCP 도구를 초기화합니다. */ private initializeTools; }