@@ -228,8 +228,10 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
228
228
},
229
229
"packages" : [
230
230
{
231
- "registry_name" : " nuget" ,
232
- "name" : " Knapcode.SampleMcpServer" ,
231
+ "location" : {
232
+ "registry_name" : " nuget" ,
233
+ "name" : " Knapcode.SampleMcpServer"
234
+ },
233
235
"version" : " 0.5.0" ,
234
236
"runtime_hint" : " dnx" ,
235
237
"environment_variables" : [
@@ -261,8 +263,10 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
261
263
},
262
264
"packages" : [
263
265
{
264
- "registry_name" : " docker" ,
265
- "name" : " mcp/database-manager" ,
266
+ "location" : {
267
+ "registry_name" : " docker" ,
268
+ "name" : " mcp/database-manager"
269
+ },
266
270
"version" : " 3.1.0" ,
267
271
"runtime_arguments" : [
268
272
{
@@ -347,8 +351,10 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
347
351
},
348
352
"packages" : [
349
353
{
350
- "registry_name" : " npm" ,
351
- "name" : " @example/hybrid-mcp-server" ,
354
+ "location" : {
355
+ "registry_name" : " npm" ,
356
+ "name" : " @example/hybrid-mcp-server"
357
+ },
352
358
"version" : " 1.5.0" ,
353
359
"runtime_hint" : " npx" ,
354
360
"package_arguments" : [
@@ -405,8 +411,10 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
405
411
},
406
412
"packages" : [
407
413
{
408
- "registry_name" : " mcpb" ,
409
- "name" : " https://github.com/modelcontextprotocol/text-editor-mcpb/releases/download/v1.0.2/text-editor.mcpb" ,
414
+ "location" : {
415
+ "type" : " mcpb" ,
416
+ "url" : " https://github.com/modelcontextprotocol/text-editor-mcpb/releases/download/v1.0.2/text-editor.mcpb"
417
+ },
410
418
"version" : " 1.0.2" ,
411
419
"file_hashes" : {
412
420
"sha-256" : " fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce"
@@ -438,8 +446,10 @@ This example shows an MCPB (MCP Bundle) package that:
438
446
},
439
447
"packages" : [
440
448
{
441
- "registry_name" : " npm" ,
442
- "name" : " @legacy/old-weather-server" ,
449
+ "location" : {
450
+ "registry_name" : " npm" ,
451
+ "name" : " @legacy/old-weather-server"
452
+ },
443
453
"version" : " 0.9.5" ,
444
454
"environment_variables" : [
445
455
{
0 commit comments