Skip to content

Commit f32b253

Browse files
committed
update
1 parent 0243f57 commit f32b253

33 files changed

+1165
-1134
lines changed

.pipelines/ESRPSigning_core.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"PowerToys.AwakeModuleInterface.dll",
5555
"PowerToys.Awake.exe",
5656
"PowerToys.Awake.dll",
57-
"PowerToys.McpServer.exe",
5857

5958
"PowerToys.FancyZonesEditor.exe",
6059
"PowerToys.FancyZonesEditor.dll",
@@ -238,7 +237,9 @@
238237
"PowerToys.DSC.dll",
239238
"PowerToys.DSC.exe",
240239

241-
"PowerToysSparse.msix"
240+
"PowerToysSparse.msix",
241+
"PowerToys.McpServer.dll",
242+
"PowerToys.McpServer.exe"
242243
],
243244
"SigningInfo": {
244245
"Operations": [

.vscode/mcp.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

PowerToys.sln

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AwakeModuleInterface", "src
330330
EndProject
331331
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Awake", "src\modules\awake\Awake\Awake.csproj", "{D940E07F-532C-4FF3-883F-790DA014F19A}"
332332
EndProject
333-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mcp", "mcp", "{7A0ECF79-2E61-4EC8-9B79-3C438962C0F0}"
334-
EndProject
335-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "McpModuleInterface", "src\modules\mcp\McpModuleInterface\McpModuleInterface.vcxproj", "{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}"
336-
EndProject
337-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerToys.McpServer", "src\modules\mcp\McpServer\PowerToys.McpServer.csproj", "{8A6F5D3B-F59E-4F34-A1D3-3F69D3FDBD9D}"
333+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerToys.McpServer", "src\McpServer\PowerToys.McpServer.csproj", "{8A6F5D3B-F59E-4F34-A1D3-3F69D3FDBD9D}"
338334
EndProject
339335
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.PowerToys.Run.Plugin.UnitConverter", "src\modules\launcher\Plugins\Community.PowerToys.Run.Plugin.UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.csproj", "{BB23A474-5058-4F75-8FA3-5FE3DE53CDF4}"
340336
EndProject
@@ -1452,14 +1448,6 @@ Global
14521448
{5E7360A8-D048-4ED3-8F09-0BFD64C5529A}.Release|ARM64.Build.0 = Release|ARM64
14531449
{5E7360A8-D048-4ED3-8F09-0BFD64C5529A}.Release|x64.ActiveCfg = Release|x64
14541450
{5E7360A8-D048-4ED3-8F09-0BFD64C5529A}.Release|x64.Build.0 = Release|x64
1455-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Debug|ARM64.ActiveCfg = Debug|ARM64
1456-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Debug|ARM64.Build.0 = Debug|ARM64
1457-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Debug|x64.ActiveCfg = Debug|x64
1458-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Debug|x64.Build.0 = Debug|x64
1459-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Release|ARM64.ActiveCfg = Release|ARM64
1460-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Release|ARM64.Build.0 = Release|ARM64
1461-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Release|x64.ActiveCfg = Release|x64
1462-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A}.Release|x64.Build.0 = Release|x64
14631451
{D940E07F-532C-4FF3-883F-790DA014F19A}.Debug|ARM64.ActiveCfg = Debug|ARM64
14641452
{D940E07F-532C-4FF3-883F-790DA014F19A}.Debug|ARM64.Build.0 = Debug|ARM64
14651453
{D940E07F-532C-4FF3-883F-790DA014F19A}.Debug|x64.ActiveCfg = Debug|x64
@@ -3367,9 +3355,7 @@ Global
33673355
{F5333ED7-06D8-4AB3-953A-36D63F08CB6F} = {3DCCD936-D085-4869-A1DE-CA6A64152C94}
33683356
{4E0FCF69-B06B-D272-76BF-ED3A559B4EDA} = {8EF25507-2575-4ADE-BF7E-D23376903AB8}
33693357
{A66E9270-5D93-EC9C-F06E-CE7295BB9A6C} = {8EF25507-2575-4ADE-BF7E-D23376903AB8}
3370-
{7A0ECF79-2E61-4EC8-9B79-3C438962C0F0} = {4574FDD0-F61D-4376-98BF-E5A1262C11EC}
3371-
{8E87A3A7-9B8C-4F7D-A3E1-5C4B8D9F6E2A} = {7A0ECF79-2E61-4EC8-9B79-3C438962C0F0}
3372-
{8A6F5D3B-F59E-4F34-A1D3-3F69D3FDBD9D} = {7A0ECF79-2E61-4EC8-9B79-3C438962C0F0}
3358+
33733359
EndGlobalSection
33743360
GlobalSection(ExtensibilityGlobals) = postSolution
33753361
SolutionGuid = {C3A2F9D1-7930-4EF4-A6FC-7EE0A99821D0}

doc/devdocs/modules/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This section contains documentation for individual PowerToys modules, including
99
| [Advanced Paste](advancedpaste.md) | Tool for enhanced clipboard pasting with formatting options |
1010
| [Always on Top](alwaysontop.md) | Tool for pinning windows to stay on top of other windows |
1111
| [Awake](awake.md) | Tool to keep your computer awake without modifying power settings |
12-
| [MCP Server](mcp.md) | Model Context Protocol bridge exposing PowerToys tools to AI agents |
1312
| [Color Picker](colorpicker.md) | Tool for selecting and managing colors from the screen |
1413
| [Command Not Found](commandnotfound.md) | Tool suggesting package installations for missing commands |
1514
| [Crop and Lock](cropandlock.md) | Tool for cropping application windows into smaller windows or thumbnails |

src/modules/mcp/McpServer/PowerToys.McpServer.csproj renamed to src/McpServer/PowerToys.McpServer.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\..\..\Common.Dotnet.CsWinRT.props" />
3-
<Import Project="..\..\..\Common.SelfContained.props" />
2+
<Import Project="..\Common.Dotnet.CsWinRT.props" />
3+
<Import Project="..\Common.SelfContained.props" />
44

55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
77
<RootNamespace>PowerToys.McpServer</RootNamespace>
88
<AssemblyName>PowerToys.McpServer</AssemblyName>
99
<Nullable>enable</Nullable>
10-
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)</OutputPath>
10+
<OutputPath>..\..\$(Platform)\$(Configuration)</OutputPath>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<ProjectReference Include="..\..\..\settings-ui\Settings.UI.Library\Settings.UI.Library.csproj" />
30-
<ProjectReference Include="..\..\..\common\ManagedCommon\ManagedCommon.csproj" />
29+
<ProjectReference Include="..\settings-ui\Settings.UI.Library\Settings.UI.Library.csproj" />
30+
<ProjectReference Include="..\common\ManagedCommon\ManagedCommon.csproj" />
3131
</ItemGroup>
3232
</Project>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)