koreandict-mcp-server
Version:
국립국어원 표준국어대사전 MCP 서버
65 lines (64 loc) • 1.41 kB
JSON
{
"name": "koreandict-mcp-server",
"version": "1.0.0",
"description": "국립국어원 표준국어대사전 MCP 서버",
"main": "dist/index.js",
"type": "module",
"bin": {
"koreandict-mcp-server": "bin/cli.js"
},
"files": [
"dist",
"bin",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"dictionary",
"korean",
"language",
"api",
"nlp",
"korean-language",
"korean-dictionary",
"korean-nlp",
"ai",
"llm"
],
"author": "thaikhan <taikhan@example.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/tenacl/koreandict-mcp-server.git"
},
"bugs": {
"url": "https://github.com/tenacl/koreandict-mcp-server/issues"
},
"homepage": "https://github.com/tenacl/koreandict-mcp-server#readme"
}