@azure/mcp-template-linux-arm64 0.0.12-alpha.5565062 → 0.0.12-alpha.5593115
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/README.md +1 -0
- package/dist/mcptmp +0 -0
- package/package.json +5 -4
package/README.md
CHANGED
package/dist/mcptmp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-template-linux-arm64",
|
|
3
|
-
"version": "0.0.12-alpha.
|
|
3
|
+
"version": "0.0.12-alpha.5593115",
|
|
4
4
|
"description": "Template MCP Server - Basic Model Context Protocol implementation, for linux on arm64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Template.Mcp.Server#readme",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/microsoft/mcp/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/microsoft/mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|
|
@@ -29,5 +29,6 @@
|
|
|
29
29
|
],
|
|
30
30
|
"cpu": [
|
|
31
31
|
"arm64"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
"mcpName": "com.microsoft/template-server-name"
|
|
33
34
|
}
|