summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.cpp
AgeCommit message (Expand)Author
2025-09-09[lldb-mcp] Auto connect to the first running lldb mcp instance. (#157503)John Harrison
2025-09-04[lldb] Moving MCPTransport into its own file. (#156712)John Harrison
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-29[lldb] Stop the protocol servers when terminating the plugin (#156101)Jonas Devlieghere
2025-08-28Revert "[lldb] NFC Moving mcp::Transport into its own file. (#155711)"Sylvestre Ledru
2025-08-27[lldb] NFC Moving mcp::Transport into its own file. (#155711)John Harrison
2025-08-25[lldb] Adopt JSONTransport in the MCP Server (Reland) (#155322)Jonas Devlieghere
2025-08-25Revert "[lldb] Adopt JSONTransport in the MCP Server" (#155280)Jonas Devlieghere
2025-08-25[lldb] Adopt JSONTransport in the MCP Server (#155034)Jonas Devlieghere
2025-08-07[lldb] Move the generic MCP server code into Protocol/MCP (NFC) (#152396)Jonas Devlieghere
2025-08-05[lldb] Move the generic MCP code into Protocol/MCP (NFC) (#152188)Jonas Devlieghere
2025-08-05[lldb] Move MCP protocol into its own library (NFC) (#152059)Jonas Devlieghere
2025-07-11[lldb] Expose debuggers and target as resources through MCP (#148075)Jonas Devlieghere
2025-06-25[lldb] Make MCP server instance global (#145616)Jonas Devlieghere
2025-06-23[lldb] Remove an unused local variable (NFC) (#145212)Kazu Hirata
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere