dnd-mcp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/ClrDebug.dll +0 -0
- package/bin/DnD.Core.dll +0 -0
- package/bin/DnD.Core.pdb +0 -0
- package/bin/DnD.Host.deps.json +440 -0
- package/bin/DnD.Host.dll +0 -0
- package/bin/DnD.Host.exe +0 -0
- package/bin/DnD.Host.pdb +0 -0
- package/bin/DnD.Host.runtimeconfig.json +13 -0
- package/bin/DnD.Protocol.dll +0 -0
- package/bin/DnD.Protocol.pdb +0 -0
- package/bin/MessagePack.Annotations.dll +0 -0
- package/bin/MessagePack.dll +0 -0
- package/bin/Microsoft.NET.StringTools.dll +0 -0
- package/bin/Microsoft.VisualStudio.Threading.dll +0 -0
- package/bin/Microsoft.VisualStudio.Validation.dll +0 -0
- package/bin/Nerdbank.MessagePack.dll +0 -0
- package/bin/Nerdbank.Streams.dll +0 -0
- package/bin/Newtonsoft.Json.dll +0 -0
- package/bin/PolyType.dll +0 -0
- package/bin/StreamJsonRpc.dll +0 -0
- package/bin/System.Collections.Immutable.dll +0 -0
- package/bin/System.IO.Pipelines.dll +0 -0
- package/bin/System.Reflection.Metadata.dll +0 -0
- package/bin/cs/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/cs/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/cs/StreamJsonRpc.resources.dll +0 -0
- package/bin/de/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/de/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/de/StreamJsonRpc.resources.dll +0 -0
- package/bin/es/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/es/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/es/StreamJsonRpc.resources.dll +0 -0
- package/bin/fr/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/fr/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/fr/StreamJsonRpc.resources.dll +0 -0
- package/bin/it/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/it/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/it/StreamJsonRpc.resources.dll +0 -0
- package/bin/ja/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/ja/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/ja/StreamJsonRpc.resources.dll +0 -0
- package/bin/ko/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/ko/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/ko/StreamJsonRpc.resources.dll +0 -0
- package/bin/pl/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/pl/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/pl/StreamJsonRpc.resources.dll +0 -0
- package/bin/pt-BR/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/pt-BR/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/pt-BR/StreamJsonRpc.resources.dll +0 -0
- package/bin/ru/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/ru/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/ru/StreamJsonRpc.resources.dll +0 -0
- package/bin/runtimes/win-x64/native/dbgshim.dll +0 -0
- package/bin/tr/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/tr/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/tr/StreamJsonRpc.resources.dll +0 -0
- package/bin/zh-Hans/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/zh-Hans/StreamJsonRpc.resources.dll +0 -0
- package/bin/zh-Hant/Microsoft.VisualStudio.Threading.resources.dll +0 -0
- package/bin/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll +0 -0
- package/bin/zh-Hant/StreamJsonRpc.resources.dll +0 -0
- package/dist/client-manager.d.ts +39 -0
- package/dist/client-manager.d.ts.map +1 -0
- package/dist/client-manager.js +150 -0
- package/dist/client-manager.js.map +1 -0
- package/dist/debugger-client.d.ts +39 -0
- package/dist/debugger-client.d.ts.map +1 -0
- package/dist/debugger-client.js +135 -0
- package/dist/debugger-client.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +31 -0
- package/dist/index.js.map +1 -0
- package/dist/tools/breakpoints.d.ts +4 -0
- package/dist/tools/breakpoints.d.ts.map +1 -0
- package/dist/tools/breakpoints.js +108 -0
- package/dist/tools/breakpoints.js.map +1 -0
- package/dist/tools/execution.d.ts +18 -0
- package/dist/tools/execution.d.ts.map +1 -0
- package/dist/tools/execution.js +215 -0
- package/dist/tools/execution.js.map +1 -0
- package/dist/tools/inspection.d.ts +4 -0
- package/dist/tools/inspection.d.ts.map +1 -0
- package/dist/tools/inspection.js +123 -0
- package/dist/tools/inspection.js.map +1 -0
- package/dist/tools/process.d.ts +4 -0
- package/dist/tools/process.d.ts.map +1 -0
- package/dist/tools/process.js +114 -0
- package/dist/tools/process.js.map +1 -0
- package/dist/types/protocol.d.ts +133 -0
- package/dist/types/protocol.d.ts.map +1 -0
- package/dist/types/protocol.js +3 -0
- package/dist/types/protocol.js.map +1 -0
- package/dist/types/rpc-methods.d.ts +24 -0
- package/dist/types/rpc-methods.d.ts.map +1 -0
- package/dist/types/rpc-methods.js +25 -0
- package/dist/types/rpc-methods.js.map +1 -0
- package/package.json +47 -0
package/bin/ClrDebug.dll
ADDED
|
Binary file
|
package/bin/DnD.Core.dll
ADDED
|
Binary file
|
package/bin/DnD.Core.pdb
ADDED
|
Binary file
|
|
@@ -0,0 +1,440 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeTarget": {
|
|
3
|
+
"name": ".NETCoreApp,Version=v8.0",
|
|
4
|
+
"signature": ""
|
|
5
|
+
},
|
|
6
|
+
"compilationOptions": {},
|
|
7
|
+
"targets": {
|
|
8
|
+
".NETCoreApp,Version=v8.0": {
|
|
9
|
+
"DnD.Host/0.1.0": {
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"DnD.Core": "1.0.0",
|
|
12
|
+
"DnD.Protocol": "1.0.0",
|
|
13
|
+
"StreamJsonRpc": "2.24.84"
|
|
14
|
+
},
|
|
15
|
+
"runtime": {
|
|
16
|
+
"DnD.Host.dll": {}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"ClrDebug/0.3.4": {
|
|
20
|
+
"runtime": {
|
|
21
|
+
"lib/net8.0/ClrDebug.dll": {
|
|
22
|
+
"assemblyVersion": "0.3.0.0",
|
|
23
|
+
"fileVersion": "0.3.4.0"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"MessagePack/2.5.198": {
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"MessagePack.Annotations": "2.5.198",
|
|
30
|
+
"Microsoft.NET.StringTools": "18.0.2"
|
|
31
|
+
},
|
|
32
|
+
"runtime": {
|
|
33
|
+
"lib/net6.0/MessagePack.dll": {
|
|
34
|
+
"assemblyVersion": "2.5.0.0",
|
|
35
|
+
"fileVersion": "2.5.198.29065"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"MessagePack.Annotations/2.5.198": {
|
|
40
|
+
"runtime": {
|
|
41
|
+
"lib/netstandard2.0/MessagePack.Annotations.dll": {
|
|
42
|
+
"assemblyVersion": "2.5.0.0",
|
|
43
|
+
"fileVersion": "2.5.198.29065"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"Microsoft.Diagnostics.DbgShim.win-x64/9.0.661903": {
|
|
48
|
+
"runtimeTargets": {
|
|
49
|
+
"runtimes/win-x64/native/dbgshim.dll": {
|
|
50
|
+
"rid": "win-x64",
|
|
51
|
+
"assetType": "native",
|
|
52
|
+
"fileVersion": "9.0.13.11903"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"Microsoft.NET.StringTools/18.0.2": {
|
|
57
|
+
"runtime": {
|
|
58
|
+
"lib/netstandard2.0/Microsoft.NET.StringTools.dll": {
|
|
59
|
+
"assemblyVersion": "1.0.0.0",
|
|
60
|
+
"fileVersion": "18.0.2.52102"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"Microsoft.VisualStudio.Threading.Only/17.14.15": {
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"Microsoft.VisualStudio.Validation": "17.13.22"
|
|
67
|
+
},
|
|
68
|
+
"runtime": {
|
|
69
|
+
"lib/net8.0/Microsoft.VisualStudio.Threading.dll": {
|
|
70
|
+
"assemblyVersion": "17.14.0.0",
|
|
71
|
+
"fileVersion": "17.14.15.42505"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"resources": {
|
|
75
|
+
"lib/net8.0/cs/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
76
|
+
"locale": "cs"
|
|
77
|
+
},
|
|
78
|
+
"lib/net8.0/de/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
79
|
+
"locale": "de"
|
|
80
|
+
},
|
|
81
|
+
"lib/net8.0/es/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
82
|
+
"locale": "es"
|
|
83
|
+
},
|
|
84
|
+
"lib/net8.0/fr/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
85
|
+
"locale": "fr"
|
|
86
|
+
},
|
|
87
|
+
"lib/net8.0/it/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
88
|
+
"locale": "it"
|
|
89
|
+
},
|
|
90
|
+
"lib/net8.0/ja/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
91
|
+
"locale": "ja"
|
|
92
|
+
},
|
|
93
|
+
"lib/net8.0/ko/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
94
|
+
"locale": "ko"
|
|
95
|
+
},
|
|
96
|
+
"lib/net8.0/pl/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
97
|
+
"locale": "pl"
|
|
98
|
+
},
|
|
99
|
+
"lib/net8.0/pt-BR/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
100
|
+
"locale": "pt-BR"
|
|
101
|
+
},
|
|
102
|
+
"lib/net8.0/ru/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
103
|
+
"locale": "ru"
|
|
104
|
+
},
|
|
105
|
+
"lib/net8.0/tr/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
106
|
+
"locale": "tr"
|
|
107
|
+
},
|
|
108
|
+
"lib/net8.0/zh-Hans/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
109
|
+
"locale": "zh-Hans"
|
|
110
|
+
},
|
|
111
|
+
"lib/net8.0/zh-Hant/Microsoft.VisualStudio.Threading.resources.dll": {
|
|
112
|
+
"locale": "zh-Hant"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"Microsoft.VisualStudio.Validation/17.13.22": {
|
|
117
|
+
"runtime": {
|
|
118
|
+
"lib/net8.0/Microsoft.VisualStudio.Validation.dll": {
|
|
119
|
+
"assemblyVersion": "17.13.0.0",
|
|
120
|
+
"fileVersion": "17.13.22.64880"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"resources": {
|
|
124
|
+
"lib/net8.0/cs/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
125
|
+
"locale": "cs"
|
|
126
|
+
},
|
|
127
|
+
"lib/net8.0/de/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
128
|
+
"locale": "de"
|
|
129
|
+
},
|
|
130
|
+
"lib/net8.0/es/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
131
|
+
"locale": "es"
|
|
132
|
+
},
|
|
133
|
+
"lib/net8.0/fr/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
134
|
+
"locale": "fr"
|
|
135
|
+
},
|
|
136
|
+
"lib/net8.0/it/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
137
|
+
"locale": "it"
|
|
138
|
+
},
|
|
139
|
+
"lib/net8.0/ja/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
140
|
+
"locale": "ja"
|
|
141
|
+
},
|
|
142
|
+
"lib/net8.0/ko/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
143
|
+
"locale": "ko"
|
|
144
|
+
},
|
|
145
|
+
"lib/net8.0/pl/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
146
|
+
"locale": "pl"
|
|
147
|
+
},
|
|
148
|
+
"lib/net8.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
149
|
+
"locale": "pt-BR"
|
|
150
|
+
},
|
|
151
|
+
"lib/net8.0/ru/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
152
|
+
"locale": "ru"
|
|
153
|
+
},
|
|
154
|
+
"lib/net8.0/tr/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
155
|
+
"locale": "tr"
|
|
156
|
+
},
|
|
157
|
+
"lib/net8.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
158
|
+
"locale": "zh-Hans"
|
|
159
|
+
},
|
|
160
|
+
"lib/net8.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll": {
|
|
161
|
+
"locale": "zh-Hant"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"Nerdbank.MessagePack/1.0.2": {
|
|
166
|
+
"dependencies": {
|
|
167
|
+
"Microsoft.NET.StringTools": "18.0.2",
|
|
168
|
+
"Microsoft.VisualStudio.Validation": "17.13.22",
|
|
169
|
+
"PolyType": "1.0.0",
|
|
170
|
+
"System.IO.Pipelines": "8.0.0"
|
|
171
|
+
},
|
|
172
|
+
"runtime": {
|
|
173
|
+
"lib/net8.0/Nerdbank.MessagePack.dll": {
|
|
174
|
+
"assemblyVersion": "1.0.0.0",
|
|
175
|
+
"fileVersion": "1.0.2.65121"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"Nerdbank.Streams/2.13.16": {
|
|
180
|
+
"dependencies": {
|
|
181
|
+
"Microsoft.VisualStudio.Threading.Only": "17.14.15",
|
|
182
|
+
"Microsoft.VisualStudio.Validation": "17.13.22",
|
|
183
|
+
"System.IO.Pipelines": "8.0.0"
|
|
184
|
+
},
|
|
185
|
+
"runtime": {
|
|
186
|
+
"lib/net8.0/Nerdbank.Streams.dll": {
|
|
187
|
+
"assemblyVersion": "2.13.0.0",
|
|
188
|
+
"fileVersion": "2.13.16.50458"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"Newtonsoft.Json/13.0.3": {
|
|
193
|
+
"runtime": {
|
|
194
|
+
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
195
|
+
"assemblyVersion": "13.0.0.0",
|
|
196
|
+
"fileVersion": "13.0.3.27908"
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"PolyType/1.0.0": {
|
|
201
|
+
"runtime": {
|
|
202
|
+
"lib/net8.0/PolyType.dll": {
|
|
203
|
+
"assemblyVersion": "1.0.0.0",
|
|
204
|
+
"fileVersion": "1.0.0.79"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"StreamJsonRpc/2.24.84": {
|
|
209
|
+
"dependencies": {
|
|
210
|
+
"MessagePack": "2.5.198",
|
|
211
|
+
"Microsoft.VisualStudio.Threading.Only": "17.14.15",
|
|
212
|
+
"Microsoft.VisualStudio.Validation": "17.13.22",
|
|
213
|
+
"Nerdbank.MessagePack": "1.0.2",
|
|
214
|
+
"Nerdbank.Streams": "2.13.16",
|
|
215
|
+
"Newtonsoft.Json": "13.0.3",
|
|
216
|
+
"System.IO.Pipelines": "8.0.0"
|
|
217
|
+
},
|
|
218
|
+
"runtime": {
|
|
219
|
+
"lib/net8.0/StreamJsonRpc.dll": {
|
|
220
|
+
"assemblyVersion": "2.24.0.0",
|
|
221
|
+
"fileVersion": "2.24.84.3271"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"resources": {
|
|
225
|
+
"lib/net8.0/cs/StreamJsonRpc.resources.dll": {
|
|
226
|
+
"locale": "cs"
|
|
227
|
+
},
|
|
228
|
+
"lib/net8.0/de/StreamJsonRpc.resources.dll": {
|
|
229
|
+
"locale": "de"
|
|
230
|
+
},
|
|
231
|
+
"lib/net8.0/es/StreamJsonRpc.resources.dll": {
|
|
232
|
+
"locale": "es"
|
|
233
|
+
},
|
|
234
|
+
"lib/net8.0/fr/StreamJsonRpc.resources.dll": {
|
|
235
|
+
"locale": "fr"
|
|
236
|
+
},
|
|
237
|
+
"lib/net8.0/it/StreamJsonRpc.resources.dll": {
|
|
238
|
+
"locale": "it"
|
|
239
|
+
},
|
|
240
|
+
"lib/net8.0/ja/StreamJsonRpc.resources.dll": {
|
|
241
|
+
"locale": "ja"
|
|
242
|
+
},
|
|
243
|
+
"lib/net8.0/ko/StreamJsonRpc.resources.dll": {
|
|
244
|
+
"locale": "ko"
|
|
245
|
+
},
|
|
246
|
+
"lib/net8.0/pl/StreamJsonRpc.resources.dll": {
|
|
247
|
+
"locale": "pl"
|
|
248
|
+
},
|
|
249
|
+
"lib/net8.0/pt-BR/StreamJsonRpc.resources.dll": {
|
|
250
|
+
"locale": "pt-BR"
|
|
251
|
+
},
|
|
252
|
+
"lib/net8.0/ru/StreamJsonRpc.resources.dll": {
|
|
253
|
+
"locale": "ru"
|
|
254
|
+
},
|
|
255
|
+
"lib/net8.0/tr/StreamJsonRpc.resources.dll": {
|
|
256
|
+
"locale": "tr"
|
|
257
|
+
},
|
|
258
|
+
"lib/net8.0/zh-Hans/StreamJsonRpc.resources.dll": {
|
|
259
|
+
"locale": "zh-Hans"
|
|
260
|
+
},
|
|
261
|
+
"lib/net8.0/zh-Hant/StreamJsonRpc.resources.dll": {
|
|
262
|
+
"locale": "zh-Hant"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"System.Collections.Immutable/10.0.3": {
|
|
267
|
+
"runtime": {
|
|
268
|
+
"lib/net8.0/System.Collections.Immutable.dll": {
|
|
269
|
+
"assemblyVersion": "10.0.0.0",
|
|
270
|
+
"fileVersion": "10.0.326.7603"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"System.IO.Pipelines/8.0.0": {
|
|
275
|
+
"runtime": {
|
|
276
|
+
"lib/net8.0/System.IO.Pipelines.dll": {
|
|
277
|
+
"assemblyVersion": "8.0.0.0",
|
|
278
|
+
"fileVersion": "8.0.23.53103"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"System.Reflection.Metadata/10.0.3": {
|
|
283
|
+
"dependencies": {
|
|
284
|
+
"System.Collections.Immutable": "10.0.3"
|
|
285
|
+
},
|
|
286
|
+
"runtime": {
|
|
287
|
+
"lib/net8.0/System.Reflection.Metadata.dll": {
|
|
288
|
+
"assemblyVersion": "10.0.0.0",
|
|
289
|
+
"fileVersion": "10.0.326.7603"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"DnD.Core/1.0.0": {
|
|
294
|
+
"dependencies": {
|
|
295
|
+
"ClrDebug": "0.3.4",
|
|
296
|
+
"DnD.Protocol": "1.0.0",
|
|
297
|
+
"Microsoft.Diagnostics.DbgShim.win-x64": "9.0.661903",
|
|
298
|
+
"StreamJsonRpc": "2.24.84",
|
|
299
|
+
"System.Reflection.Metadata": "10.0.3"
|
|
300
|
+
},
|
|
301
|
+
"runtime": {
|
|
302
|
+
"DnD.Core.dll": {
|
|
303
|
+
"assemblyVersion": "1.0.0.0",
|
|
304
|
+
"fileVersion": "1.0.0.0"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"DnD.Protocol/1.0.0": {
|
|
309
|
+
"runtime": {
|
|
310
|
+
"DnD.Protocol.dll": {
|
|
311
|
+
"assemblyVersion": "1.0.0.0",
|
|
312
|
+
"fileVersion": "1.0.0.0"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"libraries": {
|
|
319
|
+
"DnD.Host/0.1.0": {
|
|
320
|
+
"type": "project",
|
|
321
|
+
"serviceable": false,
|
|
322
|
+
"sha512": ""
|
|
323
|
+
},
|
|
324
|
+
"ClrDebug/0.3.4": {
|
|
325
|
+
"type": "package",
|
|
326
|
+
"serviceable": true,
|
|
327
|
+
"sha512": "sha512-LgH3JkJZktUJbBhLJEKD+7jfyUHwOndhJAEeZhq1sDwgf00g8eoR5n4ga76ttUeFZsrEvKo5oN9tZX/JGJui3g==",
|
|
328
|
+
"path": "clrdebug/0.3.4",
|
|
329
|
+
"hashPath": "clrdebug.0.3.4.nupkg.sha512"
|
|
330
|
+
},
|
|
331
|
+
"MessagePack/2.5.198": {
|
|
332
|
+
"type": "package",
|
|
333
|
+
"serviceable": true,
|
|
334
|
+
"sha512": "sha512-ul2rGISMatBL4AbXTteEml4xtOsKF8yClEkS0rnrMyFs6Cu3KTbdZwOXrcbEUjGFIDiCwHuYIGyS55FeiaYzBw==",
|
|
335
|
+
"path": "messagepack/2.5.198",
|
|
336
|
+
"hashPath": "messagepack.2.5.198.nupkg.sha512"
|
|
337
|
+
},
|
|
338
|
+
"MessagePack.Annotations/2.5.198": {
|
|
339
|
+
"type": "package",
|
|
340
|
+
"serviceable": true,
|
|
341
|
+
"sha512": "sha512-3U9OvqQGTra+Mz1k1zfNAScSdNHobnqtQ51qdMGUZppkNDZJl0X/igq6Qz5zDBLEZoYqZrFtZwFx6wBJHHI8BA==",
|
|
342
|
+
"path": "messagepack.annotations/2.5.198",
|
|
343
|
+
"hashPath": "messagepack.annotations.2.5.198.nupkg.sha512"
|
|
344
|
+
},
|
|
345
|
+
"Microsoft.Diagnostics.DbgShim.win-x64/9.0.661903": {
|
|
346
|
+
"type": "package",
|
|
347
|
+
"serviceable": true,
|
|
348
|
+
"sha512": "sha512-fQVwKrbNCmnHEN7Mf0Dl5MK8s44qCZKxjwvAaIO/0lnWeAQAf8zq8MSoPvSrisyU2FwGhqEt/P4K/fUscr8bcQ==",
|
|
349
|
+
"path": "microsoft.diagnostics.dbgshim.win-x64/9.0.661903",
|
|
350
|
+
"hashPath": "microsoft.diagnostics.dbgshim.win-x64.9.0.661903.nupkg.sha512"
|
|
351
|
+
},
|
|
352
|
+
"Microsoft.NET.StringTools/18.0.2": {
|
|
353
|
+
"type": "package",
|
|
354
|
+
"serviceable": true,
|
|
355
|
+
"sha512": "sha512-cTZw3GHkAlqZACYGeQT3niS3UfVQ8CH0O5+zUdhxstrg1Z8Q2ViXYFKjSxHmEXTX85mrOT/QnHZOeQhhSsIrkQ==",
|
|
356
|
+
"path": "microsoft.net.stringtools/18.0.2",
|
|
357
|
+
"hashPath": "microsoft.net.stringtools.18.0.2.nupkg.sha512"
|
|
358
|
+
},
|
|
359
|
+
"Microsoft.VisualStudio.Threading.Only/17.14.15": {
|
|
360
|
+
"type": "package",
|
|
361
|
+
"serviceable": true,
|
|
362
|
+
"sha512": "sha512-NqONyw1RXyj9P3k5e1uU2k9kc1ptwuU5NJQzG+MPq7vQVHUzBY8HLuJf/N2Rw5H/myD96CVxziDxmjawPuzntw==",
|
|
363
|
+
"path": "microsoft.visualstudio.threading.only/17.14.15",
|
|
364
|
+
"hashPath": "microsoft.visualstudio.threading.only.17.14.15.nupkg.sha512"
|
|
365
|
+
},
|
|
366
|
+
"Microsoft.VisualStudio.Validation/17.13.22": {
|
|
367
|
+
"type": "package",
|
|
368
|
+
"serviceable": true,
|
|
369
|
+
"sha512": "sha512-fC20ITOxlUpGQ0ltAxITQbeFxwuB6OjLT3lByC4+/Gm46o/Mwv9hlIVrBhiUhnqdQzUUvr4EHkdiYe7WOSMLmw==",
|
|
370
|
+
"path": "microsoft.visualstudio.validation/17.13.22",
|
|
371
|
+
"hashPath": "microsoft.visualstudio.validation.17.13.22.nupkg.sha512"
|
|
372
|
+
},
|
|
373
|
+
"Nerdbank.MessagePack/1.0.2": {
|
|
374
|
+
"type": "package",
|
|
375
|
+
"serviceable": true,
|
|
376
|
+
"sha512": "sha512-mUcRO0trgc85qKPR360ybSvZTbm3nlSr1aK0JlKVWC5iC9OYxVLL1AbJxaW2Pbj4EQNCP8dKiz/SIlFPy67Ixw==",
|
|
377
|
+
"path": "nerdbank.messagepack/1.0.2",
|
|
378
|
+
"hashPath": "nerdbank.messagepack.1.0.2.nupkg.sha512"
|
|
379
|
+
},
|
|
380
|
+
"Nerdbank.Streams/2.13.16": {
|
|
381
|
+
"type": "package",
|
|
382
|
+
"serviceable": true,
|
|
383
|
+
"sha512": "sha512-GjifQ5M4IpQWjGNNbIrsj8M/M7ESb2328OeoGeqxk5rOJiuaAJ5zFc6CyqB+5UWKr1KEGK23hKoxA+z1gooAKA==",
|
|
384
|
+
"path": "nerdbank.streams/2.13.16",
|
|
385
|
+
"hashPath": "nerdbank.streams.2.13.16.nupkg.sha512"
|
|
386
|
+
},
|
|
387
|
+
"Newtonsoft.Json/13.0.3": {
|
|
388
|
+
"type": "package",
|
|
389
|
+
"serviceable": true,
|
|
390
|
+
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
|
391
|
+
"path": "newtonsoft.json/13.0.3",
|
|
392
|
+
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
|
393
|
+
},
|
|
394
|
+
"PolyType/1.0.0": {
|
|
395
|
+
"type": "package",
|
|
396
|
+
"serviceable": true,
|
|
397
|
+
"sha512": "sha512-q8vTQfDoKa/vCNMT+TvKbzsl+Z/s4k/qaP8WQGvNDIILkxKhP+N3NbFAOiglQljNmAj/ei51wO9jwcAI9jhtHw==",
|
|
398
|
+
"path": "polytype/1.0.0",
|
|
399
|
+
"hashPath": "polytype.1.0.0.nupkg.sha512"
|
|
400
|
+
},
|
|
401
|
+
"StreamJsonRpc/2.24.84": {
|
|
402
|
+
"type": "package",
|
|
403
|
+
"serviceable": true,
|
|
404
|
+
"sha512": "sha512-7PtQlA7wYFBzOrcuALWGs1uPJI712KEYOMZXxxSKel9C0y5TPyjxXLkpw7d4O175rUKNbLHHbB89fPzMC2SLPg==",
|
|
405
|
+
"path": "streamjsonrpc/2.24.84",
|
|
406
|
+
"hashPath": "streamjsonrpc.2.24.84.nupkg.sha512"
|
|
407
|
+
},
|
|
408
|
+
"System.Collections.Immutable/10.0.3": {
|
|
409
|
+
"type": "package",
|
|
410
|
+
"serviceable": true,
|
|
411
|
+
"sha512": "sha512-gpKPycgDFS2oAPr0yaqwBmShE1ya4yMMkn3lxBPcXrsCI4KL10xSu0cSUzeajQ7LKjb3EsUAgjhBiPGrGU6vSQ==",
|
|
412
|
+
"path": "system.collections.immutable/10.0.3",
|
|
413
|
+
"hashPath": "system.collections.immutable.10.0.3.nupkg.sha512"
|
|
414
|
+
},
|
|
415
|
+
"System.IO.Pipelines/8.0.0": {
|
|
416
|
+
"type": "package",
|
|
417
|
+
"serviceable": true,
|
|
418
|
+
"sha512": "sha512-FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==",
|
|
419
|
+
"path": "system.io.pipelines/8.0.0",
|
|
420
|
+
"hashPath": "system.io.pipelines.8.0.0.nupkg.sha512"
|
|
421
|
+
},
|
|
422
|
+
"System.Reflection.Metadata/10.0.3": {
|
|
423
|
+
"type": "package",
|
|
424
|
+
"serviceable": true,
|
|
425
|
+
"sha512": "sha512-xtgymSlbWSeg/7JEwDbyX0YWJlyBhKqZwRk0edFZ0axqZYWtGgcP09rwfzQgqYiFnpQekZ/ur9Dr9YFCKkJK0A==",
|
|
426
|
+
"path": "system.reflection.metadata/10.0.3",
|
|
427
|
+
"hashPath": "system.reflection.metadata.10.0.3.nupkg.sha512"
|
|
428
|
+
},
|
|
429
|
+
"DnD.Core/1.0.0": {
|
|
430
|
+
"type": "project",
|
|
431
|
+
"serviceable": false,
|
|
432
|
+
"sha512": ""
|
|
433
|
+
},
|
|
434
|
+
"DnD.Protocol/1.0.0": {
|
|
435
|
+
"type": "project",
|
|
436
|
+
"serviceable": false,
|
|
437
|
+
"sha512": ""
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
}
|
package/bin/DnD.Host.dll
ADDED
|
Binary file
|
package/bin/DnD.Host.exe
ADDED
|
Binary file
|
package/bin/DnD.Host.pdb
ADDED
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeOptions": {
|
|
3
|
+
"tfm": "net8.0",
|
|
4
|
+
"framework": {
|
|
5
|
+
"name": "Microsoft.NETCore.App",
|
|
6
|
+
"version": "8.0.0"
|
|
7
|
+
},
|
|
8
|
+
"configProperties": {
|
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
10
|
+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/PolyType.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { DebuggerClient } from "./debugger-client.js";
|
|
2
|
+
export type DebuggerState = "not-started" | "running" | "stopped" | "exited";
|
|
3
|
+
export interface StateSnapshot {
|
|
4
|
+
state: DebuggerState;
|
|
5
|
+
stopReason?: string;
|
|
6
|
+
stopDescription?: string;
|
|
7
|
+
threadId?: number;
|
|
8
|
+
breakpointId?: number;
|
|
9
|
+
exitCode?: number;
|
|
10
|
+
outputFile?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class ClientManager {
|
|
13
|
+
private client;
|
|
14
|
+
private hostPath;
|
|
15
|
+
private stubMode;
|
|
16
|
+
private outputFilePath;
|
|
17
|
+
private outputStream;
|
|
18
|
+
private _state;
|
|
19
|
+
private _lastStopped;
|
|
20
|
+
private _lastExitCode;
|
|
21
|
+
constructor(options?: {
|
|
22
|
+
hostPath?: string;
|
|
23
|
+
stub?: boolean;
|
|
24
|
+
});
|
|
25
|
+
get state(): DebuggerState;
|
|
26
|
+
get outputFile(): string | null;
|
|
27
|
+
get hostPid(): number | null;
|
|
28
|
+
getStateSnapshot(): StateSnapshot;
|
|
29
|
+
ensureClient(): Promise<DebuggerClient>;
|
|
30
|
+
/** Mark state as running (called after launch/attach/continue/step) */
|
|
31
|
+
markRunning(): void;
|
|
32
|
+
getClient(): DebuggerClient;
|
|
33
|
+
dispose(): Promise<void>;
|
|
34
|
+
/** Clean up output file — called when starting a new session or on shutdown */
|
|
35
|
+
private cleanupOutputFile;
|
|
36
|
+
/** Full cleanup including output file — for MCP server shutdown */
|
|
37
|
+
shutdown(): Promise<void>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=client-manager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-manager.d.ts","sourceRoot":"","sources":["../src/client-manager.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAyBtD,MAAM,MAAM,aAAa,GAAG,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE7E,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,aAAa,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAA+B;IAC7C,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAU;IAG1B,OAAO,CAAC,cAAc,CAAuB;IAC7C,OAAO,CAAC,YAAY,CAA4B;IAGhD,OAAO,CAAC,MAAM,CAAgC;IAC9C,OAAO,CAAC,YAAY,CAA8B;IAClD,OAAO,CAAC,aAAa,CAAuB;gBAEhC,OAAO,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;IAK3D,IAAI,KAAK,IAAI,aAAa,CAEzB;IAED,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;IAED,gBAAgB,IAAI,aAAa;IAiB3B,YAAY,IAAI,OAAO,CAAC,cAAc,CAAC;IAqD7C,uEAAuE;IACvE,WAAW,IAAI,IAAI;IAInB,SAAS,IAAI,cAAc;IASrB,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAe9B,+EAA+E;IAC/E,OAAO,CAAC,iBAAiB;IAczB,mEAAmE;IAC7D,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;CAIhC"}
|