================ @@ -322,6 +323,17 @@ struct CallToolResult { llvm::json::Value toJSON(const CallToolResult &); bool fromJSON(const llvm::json::Value &, CallToolResult &, llvm::json::Path); +lldb_protocol::mcp::Request +MakeRequest(int64_t id, llvm::StringRef method, + std::optional<llvm::json::Value> params); + } // namespace lldb_protocol::mcp +// namespace llvm::json { +// inline Value toJSON(const lldb_protocol::mcp::Void &) { return Object(); } +// inline bool fromJSON(const Value &, lldb_protocol::mcp::Void &, Path) { +// return true; +// } +// } // namespace llvm::json ---------------- JDevlieghere wrote:
```suggestion ``` https://github.com/llvm/llvm-project/pull/159160 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits