survey-mcp-server
Version:
42 lines (41 loc) • 947 B
JSON
{
"name": "survey-mcp-server",
"version": "2.0.41",
"main": "build/index.js",
"type": "module",
"bin": {
"survey-mcp-server": "./build/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/syia-ai/survey_mcp_server"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"start": "node build/index.js",
"test": "npx tsx test/test-runner.ts",
"test:mcp": "npm run build && npx tsx test/mcp-test-runner.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.1",
"mongodb": "^6.17.0",
"typesense": "^2.0.3",
"zod": "^3.24.1",
"json-schema-traverse": "^1.0.0",
"dotenv": "^16.4.7",
"openai": "^4.70.0"
},
"devDependencies": {
"@types/node": "^24.6.2",
"js-yaml": "^4.1.0",
"tsx": "^4.19.2",
"typescript": "^5.9.3"
},
"files": [
"build"
]
}