diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-08-05 14:10:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 14:10:31 -0700 |
commit | dbaa82b384a7c7a57a3d9a93c2c968af422e6aa9 (patch) | |
tree | b36f360efd76586ceb9fdd7c7f94227545fad557 /mlir/lib/Bindings/Python/DialectQuant.cpp | |
parent | 867602742cf392849b5f1cfc9038ad679333fd59 (diff) | |
download | llvm-dbaa82b384a7c7a57a3d9a93c2c968af422e6aa9.zip llvm-dbaa82b384a7c7a57a3d9a93c2c968af422e6aa9.tar.gz llvm-dbaa82b384a7c7a57a3d9a93c2c968af422e6aa9.tar.bz2 |
[lldb] Move the generic MCP code into Protocol/MCP (NFC) (#152188)
This moves all the generic MCP code into the new ProtocolMCP library so
it can be shared between the MCP implementation in LLDB (built on the
private API) and lldb-mcp (built on the public API).
This PR doesn't include the actual MCP server. The reason is that the
transport mechanism will be different between the LLDB implementation
(using sockets) and the lldb-mcp implementation (using stdio). The goal
s to abstract away that difference by making the server use
JSONTransport (again) but I'm saving that for a separate PR.
Diffstat (limited to 'mlir/lib/Bindings/Python/DialectQuant.cpp')
0 files changed, 0 insertions, 0 deletions