[Lldb-commits] [lldb] [lldb] Add Model Context Protocol (MCP) support to LLDB (PR #143628)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 13 15:40:21 PDT 2025
================
@@ -0,0 +1,131 @@
+//===- Protocol.h ---------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
ashgti wrote:
Could we include a top level comment with a link to
https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/schema/2025-03-26/schema.json
For reference?
https://github.com/llvm/llvm-project/pull/143628
More information about the lldb-commits
mailing list