We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f982cf commit cdd054bCopy full SHA for cdd054b
1 file changed
docs/guide/mcp.md
@@ -6,8 +6,8 @@ Binary Ninja provides two MCP server variants:
6
7
| Variant | Binary | Transport | Availability |
8
| --- | --- | --- | --- |
9
-| GUI MCP server | `binaryninja` | HTTP only | Runs inside the Binary Ninja GUI; not included with Binary Ninja Free or Personal |
10
-| Headless MCP server | `binaryninja_mcp` | stdio only | Runs as a standalone command-line server; not included with Binary Ninja Free or Personal |
+| GUI MCP server | `binaryninja` | HTTP only | Runs inside the Binary Ninja GUI. Included with Binary Ninja Free or Personal. |
+| Headless MCP server | `binaryninja_mcp` | stdio only | Runs as a standalone command-line server. Included with Binary Ninja Commercial or Ultimate. |
11
12
## Tool Overview
13
0 commit comments