commit | 663a24d111a16c988f7bedf3ffc36682173624b1 | [log] [tgz] |
---|---|---|
author | John Harrison <harjohn@google.com> | Tue Aug 12 17:56:52 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 12 18:01:00 2025 -0700 |
tree | 4c08d1e134ba15d0e2ad7005b5ee5380fc2868bc | |
parent | da262be07e5435a992bbdb3b3e37d488a2a4309e [diff] |
[lldb] Adjusting the base MCP protocol types per the spec. (#153297) * This adjusts the `Request`/`Response` types to have an `id` that is either a string or a number. * Merges 'Error' into 'Response' to have a single response type that represents both errors and results. * Adjusts the `Error.data` field to by any JSON value. * Adds `operator==` support to the base protocol types and simplifies the tests. GitOrigin-RevId: 350f6abb8304bae39a0ed70a41fde13b7d1df510