-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 781 Bytes
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
{
"name": "palyan-ai-ops-mcp-server",
"version": "1.1.1",
"description": "MCP server for Levels of Self Operations - multi-agent business platform with 12 specialized AI agents",
"main": "server.js",
"bin": {
"palyan-ai-ops-mcp-server": "./stdio.js"
},
"scripts": {
"start": "node server.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai-operations",
"multi-agent",
"real-estate",
"legal",
"translation",
"business"
],
"author": "Arthur Palyan <artpalyan@levelsofself.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/levelsofself/mcp-ops-server"
},
"mcpName": "io.github.levelsofself/ai-ops",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
}
}