summaryrefslogtreecommitdiff
path: root/lldb/source/Protocol/MCP/Protocol.cpp
AgeCommit message (Expand)Author
2025-08-26[lldb] Adding structured types for existing MCP calls. (#155460)John Harrison
2025-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison
2025-08-12[lldb] Adjusting the base MCP protocol types per the spec. (#153297)John Harrison
2025-08-05[lldb] Move MCP protocol into its own library (NFC) (#152059)Jonas Devlieghere