Skip to content

Commit 1fa8a75

Browse files
committed
Fix mcpserver test baselines (#6874)
1 parent 0b0a5ce commit 1fa8a75

File tree

3 files changed

+21
-18
lines changed
  • test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests/Snapshots
    • mcpserver.AotTrue.verified/mcpserver/.mcp
    • mcpserver.SelfContainedFalse.verified/mcpserver/.mcp
    • mcpserver.net10.verified/mcpserver/.mcp

3 files changed

+21
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
2-
"$schema": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
33
"description": "<your description here>",
44
"name": "io.github.<your GitHub username here>/<your repo name>",
5+
"version": "0.1.0-beta",
56
"packages": [
67
{
7-
"registry_name": "nuget",
8-
"name": "<your package ID here>",
8+
"registry_type": "nuget",
9+
"identifier": "<your package ID here>",
910
"version": "0.1.0-beta",
11+
"transport": {
12+
"type": "stdio"
13+
},
1014
"package_arguments": [],
1115
"environment_variables": []
1216
}
1317
],
1418
"repository": {
1519
"url": "https://github.com/<your GitHub username here>/<your repo name>",
1620
"source": "github"
17-
},
18-
"version_detail": {
19-
"version": "0.1.0-beta"
2021
}
2122
}
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
2-
"$schema": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
33
"description": "<your description here>",
44
"name": "io.github.<your GitHub username here>/<your repo name>",
5+
"version": "0.1.0-beta",
56
"packages": [
67
{
7-
"registry_name": "nuget",
8-
"name": "<your package ID here>",
8+
"registry_type": "nuget",
9+
"identifier": "<your package ID here>",
910
"version": "0.1.0-beta",
11+
"transport": {
12+
"type": "stdio"
13+
},
1014
"package_arguments": [],
1115
"environment_variables": []
1216
}
1317
],
1418
"repository": {
1519
"url": "https://github.com/<your GitHub username here>/<your repo name>",
1620
"source": "github"
17-
},
18-
"version_detail": {
19-
"version": "0.1.0-beta"
2021
}
2122
}
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
2-
"$schema": "https://modelcontextprotocol.io/schemas/draft/2025-07-09/server.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
33
"description": "<your description here>",
44
"name": "io.github.<your GitHub username here>/<your repo name>",
5+
"version": "0.1.0-beta",
56
"packages": [
67
{
7-
"registry_name": "nuget",
8-
"name": "<your package ID here>",
8+
"registry_type": "nuget",
9+
"identifier": "<your package ID here>",
910
"version": "0.1.0-beta",
11+
"transport": {
12+
"type": "stdio"
13+
},
1014
"package_arguments": [],
1115
"environment_variables": []
1216
}
1317
],
1418
"repository": {
1519
"url": "https://github.com/<your GitHub username here>/<your repo name>",
1620
"source": "github"
17-
},
18-
"version_detail": {
19-
"version": "0.1.0-beta"
2021
}
2122
}

0 commit comments

Comments
 (0)