Skip to content

Commit 0e79243

Browse files
committed
Fixed tool docstrings. Fixed class and type creation tools.
1 parent 044b094 commit 0e79243

File tree

4 files changed

+477
-75
lines changed

4 files changed

+477
-75
lines changed

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"Linux": "Install via Binary Ninja plugin manager or copy to ~/.binaryninja/plugins/",
2727
"Windows": "Install via Binary Ninja plugin manager or copy to %APPDATA%\\Binary Ninja\\plugins\\"
2828
},
29-
"version": "1.0.1",
29+
"version": "1.0.2",
3030
"minimumbinaryninjaversion": 5000,
3131
"dependencies": {
3232
"pip": [
3333
"anyio>=4.6.0",
3434
"hypercorn>=0.17.0",
35-
"mcp>=1.0.0",
35+
"mcp>=1.23.3",
3636
"click>=8.0.0",
3737
"trio>=0.27.0",
3838
"pydantic>=2.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core MCP framework
2-
mcp>=1.0.0
2+
mcp==1.23.3
33

44
# Async/ASGI server support
55
anyio>=4.0.0

0 commit comments

Comments
 (0)