-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathmanifest.json
File metadata and controls
49 lines (49 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"manifest_version": "0.4",
"name": "arya-ai",
"display_name": "arya-ai - Indian Law Assistant",
"version": "1.0.0",
"description": "Local-first Indian-law MCPB extension for lawyers. Includes specialist agents, commands, protocol search, legal drafting templates, and NCLT/NCLAT/IBC drafting workflows.",
"long_description": "arya-ai combines Indian legal research, drafting, litigation strategy, company-law pleadings, limitation checks, RTI/writ/PIL support, contract/criminal/labour/property/IP analysis, and local document export helpers. It is designed to run as a prompt-pack in Claude Code, Codex, Cursor, Gemini CLI, and as a local MCP server wherever MCP is supported.",
"author": {
"name": "arya-ai"
},
"license": "MIT",
"keywords": [
"law",
"legal",
"india",
"advocate",
"drafting",
"nclt",
"nclat",
"ibc",
"litigation",
"mcp"
],
"server": {
"type": "uv",
"entry_point": "server/main.py",
"mcp_config": {
"command": "uv",
"args": [
"--directory",
"${__dirname}",
"run",
"server/main.py"
]
}
},
"tools_generated": false,
"compatibility": {
"claude_desktop": ">=0.10.0",
"platforms": [
"darwin",
"win32",
"linux"
],
"runtimes": {
"python": ">=3.10"
}
}
}