-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.26 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@perspective-ai/mcp",
"version": "0.0.8",
"description": "An AI Concierge replaces static forms with adaptive AI conversations that understand real situations, structure key information automatically, and trigger the right next step.",
"main": "server.js",
"scripts": {
"pack": "npx -y @anthropic-ai/mcpb pack . perspective.mcpb",
"start": "node server.js",
"version": "node -e \"['manifest.json','server.json'].forEach(f=>{const j=require('./'+f);j.version=process.env.npm_package_version;require('fs').writeFileSync('./'+f,JSON.stringify(j,null,2)+'\\n')});\" && git add manifest.json server.json",
"release": "npm version patch && git push && git push --tags",
"publish:registry": "./scripts/publish-registry.sh"
},
"keywords": [
"mcp",
"mcp-server",
"perspective-ai",
"ai-concierge",
"conversational-ai",
"forms",
"lead-qualification",
"customer-feedback",
"claude"
],
"author": "Perspective AI",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Perspective-AI/mcp.git"
},
"homepage": "https://getperspective.ai",
"bugs": {
"url": "https://github.com/Perspective-AI/mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.24.3"
}
}