package.json•693 B
{
"name": "@kwangdss/bizinfo-mcp",
"version": "1.0.10",
"description": "Bizinfo MCP server Node.js client",
"type": "module",
"bin": {
"bizinfo-mcp-server": "./bin/mcp-server.mjs"
},
"scripts": {
"start": "node server.mjs",
"client": "node client.mjs",
"mcp": "node client.mjs"
},
"keywords": [
"mcp",
"bizinfo",
"modelcontextprotocol"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/smhrd/bizinfo-mcp.git"
},
"homepage": "https://github.com/smhrd/bizinfo-mcp",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.1",
"dotenv": "^16.4.5",
"zod": "^3.23.8"
}
}