{ "name": "korean-notice-mcp", "version": "0.3.0", "mcpName": "io.github.RosieOh/korean-notice-mcp", "description": "한국 공공 모집공고(HWP/HWPX)의 제출서류·신청기간을 원문 근거와 함께 추출하고, 작년 공고와 바뀐 점을 비교하는 MCP 서버", "type": "module", "license": "MIT", "author": "RosieOh", "repository": { "type": "git", "url": "git+https://github.com/RosieOh/korean-notice-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "hwp", "hwpx", "korean", "public-notice", "공고", "한글" ], "bin": { "korean-notice-mcp": "src/server.js" }, "files": [ "src", "examples", "README.md", "README-EN.md", "LICENSE", "SECURITY.md" ], "engines": { "node": ">=22" }, "scripts": { "start": "node src/server.js", "demo": "node src/server.js --demo", "test": "node --test --test-concurrency=1 test/*.test.js", "fetch-corpus": "node scripts/fetch-corpus.js", "evaluate": "node benchmarks/evaluate.js --split all" }, "dependencies": { "@modelcontextprotocol/server": "2.1.0", "@rhwp/core": "^0.8.6", "csv-parse": "^7.0.2", "fast-xml-parser": "^5.3.6", "yauzl": "^3.4.0", "zod": "^4.3.6" }, "devDependencies": { "@modelcontextprotocol/client": "2.1.0", "fflate": "^0.8.2" } }