Skip to content

Commit d00d163

Browse files
committed
fix: up to date with latest fastmcp
1 parent ed19fa1 commit d00d163

4 files changed

Lines changed: 820 additions & 210 deletions

File tree

jadx_mcp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# /// script
33
# requires-python = ">=3.10"
4-
# dependencies = [ "fastmcp", "httpx" ]
4+
# dependencies = [ "fastmcp>=3.0.2", "httpx" ]
55
# ///
66

77
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8+
"fastmcp>=3.0.2",
89
"httpx>=0.28.1",
9-
"mcp[cli]>=1.6.0",
1010
"requests>=2.32.3",
1111
]
1212

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
httpx
2-
fastmcp
3-
logging
4-
argparse
1+
fastmcp>=3.0.2
2+
httpx>=0.28.1
3+
requests>=2.32.3

0 commit comments

Comments
 (0)