Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Add HTTP transport for the headless MCP server

Aperta
#8,528 3 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
cpp
Ambito
api, backend

Direzione di ricerca

Start by reviewing the existing headless MCP STDIO transport and the HTTP MCP implementation available through the GUI. Determine how multiple clients can share binary views and analysis state without launching separate Binary Ninja instances; done means a headless HTTP transport supports that shared access.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

What is the feature you'd like to have?
I'd like to see support for a HTTP-based MCP transport for the headless MCP client. It should allow for multiple clients to connect and share binary views and analysis state.

Is your feature request related to a problem?
Yes, the current headless MCP only communicates over STDIO, which effectively ties one agent to one instance of Binary Ninja. As a result, my current workflow that batches read-only initial analysis cannot share analysis state without incurring overhead. Each sub-agent has to spin up its own instance of Binary Ninja which is a waste of my system resources.

Are any alternative solutions acceptable?
Some sort of multiplexer over STDIO connections.

Additional Information:
I am able to use the HTTP MCP over the GUI in the interim, but I don't want UI overhead when I don't need it.

Lingua principale
C++
Stelle
1.3k
Fork
298
Merge medio
4g 13h
PR unite (30g)
20

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Vector35/binaryninja-api

Tutte le issue di Vector35/binaryninja-api

Issue simili

Altre issue su C++

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.