@@ -50,7 +50,7 @@ Suppose your MCP server application requires a `mcp start` CLI arguments to star
50
50
``` json
51
51
{
52
52
"server" : {
53
- "name" : " Knapcode.SampleMcpServer " ,
53
+ "name" : " com.github.joelverhagen/knapcode-samplemcpserver " ,
54
54
"description" : " Sample NuGet MCP server for a random number and random weather" ,
55
55
"version_detail" : {
56
56
"version" : " 0.4.0-beta"
@@ -91,7 +91,7 @@ This will essentially instruct the MCP client to execute `dnx Knapcode.SampleMcp
91
91
``` json
92
92
{
93
93
"server" : {
94
- "name" : " io .modelcontextprotocol/filesystem" ,
94
+ "name" : " com.github .modelcontextprotocol/filesystem" ,
95
95
"description" : " Node.js server implementing Model Context Protocol (MCP) for filesystem operations." ,
96
96
"status" : " active" ,
97
97
"repository" : {
@@ -186,7 +186,7 @@ This will essentially instruct the MCP client to execute `dnx Knapcode.SampleMcp
186
186
``` json
187
187
{
188
188
"server" : {
189
- "name" : " Remote Filesystem Server " ,
189
+ "name" : " com.example/mcp-fs " ,
190
190
"description" : " Cloud-hosted MCP filesystem server" ,
191
191
"repository" : {
192
192
"url" : " https://github.com/example/remote-fs" ,
@@ -199,7 +199,7 @@ This will essentially instruct the MCP client to execute `dnx Knapcode.SampleMcp
199
199
"remotes" : [
200
200
{
201
201
"transport_type" : " sse" ,
202
- "url" : " https ://mcp-fs.example.com/sse"
202
+ "url" : " http ://mcp-fs.example.com/sse"
203
203
}
204
204
]
205
205
},
@@ -221,7 +221,7 @@ This will essentially instruct the MCP client to execute `dnx Knapcode.SampleMcp
221
221
``` json
222
222
{
223
223
"server" : {
224
- "name" : " weather-mcp-server " ,
224
+ "name" : " com.github.example/ weather-mcp" ,
225
225
"description" : " Python MCP server for weather data access" ,
226
226
"repository" : {
227
227
"url" : " https://github.com/example/weather-mcp" ,
@@ -273,7 +273,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
273
273
``` json
274
274
{
275
275
"server" : {
276
- "name" : " Knapcode.SampleMcpServer " ,
276
+ "name" : " com.github.joelverhagen/knapcode-samplemcpserver " ,
277
277
"description" : " Sample NuGet MCP server for a random number and random weather" ,
278
278
"repository" : {
279
279
"url" : " https://github.com/joelverhagen/Knapcode.SampleMcpServer" ,
@@ -319,10 +319,10 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
319
319
``` json
320
320
{
321
321
"server" : {
322
- "name" : " mcp- database-manager" ,
322
+ "name" : " com.github.example/ database-manager" ,
323
323
"description" : " MCP server for database operations with support for multiple database types" ,
324
324
"repository" : {
325
- "url" : " https://github.com/example/mcp- database" ,
325
+ "url" : " https://github.com/example/database-manager-mcp " ,
326
326
"source" : " github" ,
327
327
"id" : " ghi789jk-lmno-1234-pqrs-tuvwxyz56789"
328
328
},
@@ -332,7 +332,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
332
332
"packages" : [
333
333
{
334
334
"registry_name" : " docker" ,
335
- "name" : " mcp /database-manager" ,
335
+ "name" : " example /database-manager-mcp " ,
336
336
"version" : " 3.1.0" ,
337
337
"runtime_arguments" : [
338
338
{
@@ -418,7 +418,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
418
418
``` json
419
419
{
420
420
"server" : {
421
- "name" : " hybrid-mcp-server " ,
421
+ "name" : " com.example/ hybrid-mcp" ,
422
422
"description" : " MCP server available as both local package and remote service" ,
423
423
"repository" : {
424
424
"url" : " https://github.com/example/hybrid-mcp" ,
@@ -448,7 +448,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
448
448
"remotes" : [
449
449
{
450
450
"transport_type" : " sse" ,
451
- "url" : " https://hybrid- mcp.example.com/sse" ,
451
+ "url" : " https://mcp.example.com/sse" ,
452
452
"headers" : [
453
453
{
454
454
"name" : " X-API-Key" ,
@@ -466,7 +466,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
466
466
},
467
467
{
468
468
"transport_type" : " streamable" ,
469
- "url" : " https://hybrid- mcp.example.com/stream "
469
+ "url" : " https://mcp.example.com/http "
470
470
}
471
471
]
472
472
},
@@ -492,7 +492,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
492
492
``` json
493
493
{
494
494
"server" : {
495
- "name" : " io.legacy /old-weather-server " ,
495
+ "name" : " com.github.example /old-weather" ,
496
496
"description" : " Legacy weather server - DEPRECATED: Use weather-v2 instead for new projects" ,
497
497
"status" : " deprecated" ,
498
498
"repository" : {
0 commit comments