-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathida-plugin.json
More file actions
30 lines (30 loc) · 930 Bytes
/
ida-plugin.json
File metadata and controls
30 lines (30 loc) · 930 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
{
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "IDAssistMCP",
"entryPoint": "idassistmcp_plugin.py",
"version": "1.5.0",
"description": "Standalone MCP server plugin exposing IDA Pro's analysis capabilities to LLM clients",
"license": "MIT",
"urls": {
"repository": "https://github.com/symgraph/IDAssistMCP"
},
"authors": [
{
"name": "Jason Tang",
"email": "jason.tang@badc0ded.net"
}
],
"categories": ["integration-with-third-parties-interoperability", "api-scripting-and-automation"],
"idaVersions": ["9.1", "9.2", "9.3", "9.4"],
"logoPath": "docs/screenshots/icon.png",
"keywords": ["mcp", "llm", "reverse-engineering", "model-context-protocol", "analysis"],
"pythonDependencies": [
"mcp>=1.23.3",
"anyio>=4.0.0",
"hypercorn>=0.16.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0"
]
}
}