forked from LaurieWired/GhidraMCP
-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathrequirements.txt
More file actions
20 lines (15 loc) · 673 Bytes
/
requirements.txt
File metadata and controls
20 lines (15 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# GhidraMCP - Production Dependencies
# Install with: pip install -r requirements.txt
# Core MCP server framework
mcp>=1.5.0,<2.0.0
# HTTP client library
# 2.32.0 is the floor for CVE-2024-35195 (certificate verification bypass).
requests>=2.32.0,<3.0.0
# URL parsing utilities (included in stdlib but explicit for clarity)
# urllib.parse - included in Python standard library
# JSON handling (included in stdlib)
# json - included in Python standard library
# For development and testing, install additional requirements:
# pip install -r requirements-test.txt
# For the standalone debugger server on Windows, also install:
# pip install -r requirements-debugger.txt