@valueofspace/mcp
Version:
공간의가치 MCP 서버
44 lines (43 loc) • 973 B
JSON
{
"type": "module",
"bin": {
"@valueofspace/mcp": "./build/index.js"
},
"name": "@valueofspace/mcp",
"version": "1.0.3",
"description": "공간의가치 MCP 서버",
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"prepublishOnly": "npm run build",
"start": "node build/index.js"
},
"files": [
"build",
"README.md"
],
"keywords": [
"mcp",
"vos",
"공간의가치",
"real-estate",
"property"
],
"repository": {
"type": "git",
"url": "git@github.com:vos-team/vos-mcp.git"
},
"author": "JUNHYUK CHOI",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"axios": "^1.9.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.15.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0"
}
}