willow-mcp-server
Version:
MCP server for Willow API integration - list interviews, participants, and get detailed participant information
50 lines • 1.13 kB
JSON
{
"name": "willow-mcp-server",
"version": "1.0.0",
"description": "MCP server for Willow API integration - list interviews, participants, and get detailed participant information",
"main": "dist/index.js",
"type": "module",
"bin": {
"willow-mcp-server": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"willow",
"api",
"interviews",
"participants",
"ai",
"claude"
],
"author": "marinouj",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marinouj/willow-mcp-server.git"
},
"homepage": "https://github.com/marinouj/willow-mcp-server#readme",
"bugs": {
"url": "https://github.com/marinouj/willow-mcp-server/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.0.0"
}
}