Skip to content

Commit 73e109c

Browse files
fix formatting for warning and tip prompts in Binary Ninja integration guide
1 parent 79c5f99 commit 73e109c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-11-16-binary-ninja-with-chatgpt-win-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This will:
9191
* Install the dependencies listed in `requirements.txt`.
9292

9393
> Keep the `bridge` environment dedicated to this plugin. Mixing unrelated packages into the same environment can make debugging MCP issues much harder later.
94-
> {: .prompt-warning }
94+
{: .prompt-warning }
9595

9696
---
9797

@@ -209,7 +209,7 @@ https://your-random-subdomain.ngrok-free.app
209209
We’ll use this URL in the ChatGPT connector configuration.
210210

211211
> When ngrok is running, anything that can reach the public URL can talk to your MCP server. Only expose this from a trusted network, and avoid loading highly sensitive or proprietary binaries while experimenting.
212-
> {: .prompt-danger }
212+
{: .prompt-danger }
213213

214214
---
215215

@@ -275,7 +275,7 @@ At this point, you have Binary Ninja wired into ChatGPT, with the MCP bridge and
275275
> – Is the MCP server running in the `bridge` environment?
276276
> – Is ngrok still active and pointing at the correct port?
277277
> – Did you include the `/mcp` suffix in the connector URL?
278-
> {: .prompt-tip }
278+
{: .prompt-tip }
279279

280280
---
281281

0 commit comments

Comments
 (0)