Skip to content

Conversation

@ashgti
Copy link
Contributor

@ashgti ashgti commented Sep 25, 2025

This adds a backport of lldb-mcp using some helper python scripts.

This registers a new command for running an lldb-mcp server and includes a helper binary for launching and connecting to lldb.

This is a pure python implementation of the protocol with minimal validation and minimal features but its enough handle running lldb commands.

This can be used for older releases of lldb, for example I was able to use this with lldb included in Xcode 16.3, Xcode 16.4 and Xcode 26.0 (RC).

Using this helper, I am able to utilize gemini-cli for running lldb commands and this should work with other MCP clients.

This adds a backport of lldb-mcp using some helper python scripts.

This registeres a new command for running an lldb-mcp server and includes a helper binary for launching and connecting to lldb.

This can be used for older releases of lldb, for example I was able to use this with lldb included in Xcode 16.3, Xcode 16.4 and Xcode 26.0 (RC).

Using this helper, I am able to utilize gemini-cli for running lldb commands and this should work with other MCP clients.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant