@azure/mcp-template-win32-arm64 0.0.4 → 0.0.6

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -7,11 +7,11 @@
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {},
9
9
  ".NETCoreApp,Version=v9.0/win-arm64": {
10
- "mcptmp/0.0.4": {
10
+ "mcptmp/0.0.6": {
11
11
  "dependencies": {
12
12
  "ModelContextProtocol": "0.3.0-preview.4",
13
13
  "System.CommandLine": "2.0.0-beta7.25380.108",
14
- "Template.Mcp.Core": "0.0.4",
14
+ "Template.Mcp.Core": "0.0.6",
15
15
  "runtimepack.Microsoft.NETCore.App.Runtime.win-arm64": "9.0.7",
16
16
  "runtimepack.Microsoft.AspNetCore.App.Runtime.win-arm64": "9.0.7"
17
17
  },
@@ -1711,7 +1711,7 @@
1711
1711
  }
1712
1712
  }
1713
1713
  },
1714
- "Azure.Mcp.Core/0.0.4": {
1714
+ "Azure.Mcp.Core/0.0.6": {
1715
1715
  "dependencies": {
1716
1716
  "Azure.Core": "1.47.1",
1717
1717
  "Azure.Identity": "1.15.0",
@@ -1720,18 +1720,18 @@
1720
1720
  "Azure.ResourceManager": "1.13.2",
1721
1721
  "Azure.ResourceManager.ResourceGraph": "1.1.0-beta.4",
1722
1722
  "Microsoft.Extensions.Azure": "1.11.0",
1723
- "Microsoft.Mcp.Core": "0.0.4",
1723
+ "Microsoft.Mcp.Core": "0.0.6",
1724
1724
  "ModelContextProtocol.AspNetCore": "0.3.0-preview.4",
1725
1725
  "System.Linq.Async": "6.0.1"
1726
1726
  },
1727
1727
  "runtime": {
1728
1728
  "Azure.Mcp.Core.dll": {
1729
- "assemblyVersion": "0.0.4.0",
1730
- "fileVersion": "0.0.4.0"
1729
+ "assemblyVersion": "0.0.6.0",
1730
+ "fileVersion": "0.0.6.0"
1731
1731
  }
1732
1732
  }
1733
1733
  },
1734
- "Microsoft.Mcp.Core/0.0.4": {
1734
+ "Microsoft.Mcp.Core/0.0.6": {
1735
1735
  "dependencies": {
1736
1736
  "Microsoft.Identity.Client.Broker": "4.76.0",
1737
1737
  "ModelContextProtocol": "0.3.0-preview.4",
@@ -1740,26 +1740,26 @@
1740
1740
  },
1741
1741
  "runtime": {
1742
1742
  "Microsoft.Mcp.Core.dll": {
1743
- "assemblyVersion": "0.0.4.0",
1744
- "fileVersion": "0.0.4.0"
1743
+ "assemblyVersion": "0.0.6.0",
1744
+ "fileVersion": "0.0.6.0"
1745
1745
  }
1746
1746
  }
1747
1747
  },
1748
- "Template.Mcp.Core/0.0.4": {
1748
+ "Template.Mcp.Core/0.0.6": {
1749
1749
  "dependencies": {
1750
- "Azure.Mcp.Core": "0.0.4"
1750
+ "Azure.Mcp.Core": "0.0.6"
1751
1751
  },
1752
1752
  "runtime": {
1753
1753
  "Template.Mcp.Core.dll": {
1754
- "assemblyVersion": "0.0.4.0",
1755
- "fileVersion": "0.0.4.0"
1754
+ "assemblyVersion": "0.0.6.0",
1755
+ "fileVersion": "0.0.6.0"
1756
1756
  }
1757
1757
  }
1758
1758
  }
1759
1759
  }
1760
1760
  },
1761
1761
  "libraries": {
1762
- "mcptmp/0.0.4": {
1762
+ "mcptmp/0.0.6": {
1763
1763
  "type": "project",
1764
1764
  "serviceable": false,
1765
1765
  "sha512": ""
@@ -2005,17 +2005,17 @@
2005
2005
  "path": "system.security.cryptography.protecteddata/4.5.0",
2006
2006
  "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
2007
2007
  },
2008
- "Azure.Mcp.Core/0.0.4": {
2008
+ "Azure.Mcp.Core/0.0.6": {
2009
2009
  "type": "project",
2010
2010
  "serviceable": false,
2011
2011
  "sha512": ""
2012
2012
  },
2013
- "Microsoft.Mcp.Core/0.0.4": {
2013
+ "Microsoft.Mcp.Core/0.0.6": {
2014
2014
  "type": "project",
2015
2015
  "serviceable": false,
2016
2016
  "sha512": ""
2017
2017
  },
2018
- "Template.Mcp.Core/0.0.4": {
2018
+ "Template.Mcp.Core/0.0.6": {
2019
2019
  "type": "project",
2020
2020
  "serviceable": false,
2021
2021
  "sha512": ""
package/dist/mcptmp.dll CHANGED
Binary file
package/dist/mcptmp.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-template-win32-arm64",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Template MCP Server - Basic Model Context Protocol implementation, for win32 on arm64",
5
5
  "author": "Microsoft Corporation",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Template.Mcp.Server#readme",