@azure/mcp-template-linux-arm64 0.0.12-alpha.6247644 → 0.0.12-alpha.6354868
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/dist/appsettings.json +3 -1
- package/dist/mcptmp +0 -0
- package/package.json +3 -3
package/dist/appsettings.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"RootCommandGroupName": "mcptmp",
|
|
3
3
|
"Name": "Template.Mcp.Server",
|
|
4
|
-
"
|
|
4
|
+
"ShortName": "template",
|
|
5
|
+
"DisplayName": "Template MCP Server",
|
|
6
|
+
"Description": "This server/tool provides real-time, programmatic access to the Template MCP Server capabilities. To discover available capabilities, call the tool with the \"learn\" parameter to get a list of top-level tools. To explore further, set \"learn\" and specify a tool name to retrieve supported commands and their parameters. To execute an action, set the \"tool\", \"command\", and convert the user's intent into the \"parameters\" based on the discovered schema. Always include the \"intent\" parameter to specify the operation you want to perform."
|
|
5
7
|
}
|
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.6354868",
|
|
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"
|