| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Moving MCPTransport into its own file. (#156712) Moving lldb_protocol::mcp::MCPTransport into its own file and renaming to lldb_protocol::mcp::Transport. | 10 个月前 | |
[lldb] Adding A new Binding helper for JSONTransport. (#159160) This adds a new Binding helper class to allow mapping of incoming and outgoing requests / events to specific handlers. This should make it easier to create new protocol implementations and allow us to create a relay in the lldb-mcp binary. | 9 个月前 | |
[lldb] Adding structured types for existing MCP calls. (#155460) This adds or renames existing types to match the names of the types on https://modelcontextprotocol.io/specification/2025-06-18/schema for the existing calls. The new types are used in the unit tests and server implementation to remove the need for crafting various llvm::json::Object values by hand. | 11 个月前 | |
[lldb] Adding A new Binding helper for JSONTransport. (#159160) This adds a new Binding helper class to allow mapping of incoming and outgoing requests / events to specific handlers. This should make it easier to create new protocol implementations and allow us to create a relay in the lldb-mcp binary. | 9 个月前 | |
[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. | 11 个月前 | |
[lldb] Moving MCPTransport into its own file. (#156712) Moving lldb_protocol::mcp::MCPTransport into its own file and renaming to lldb_protocol::mcp::Transport. | 10 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 10 个月前 | ||
| 9 个月前 | ||
| 11 个月前 | ||
| 9 个月前 | ||
| 11 个月前 | ||
| 10 个月前 |