Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="ModelContextProtocol" Version="0.8.0-preview.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="PuppeteerSharp" Version="20.2.5" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
Expand Down
32 changes: 32 additions & 0 deletions NetInteractor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetInteractor.PuppeteerShar
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetInteractor.Playwright", "src\NetInteractor.Playwright\NetInteractor.Playwright.csproj", "{1451EBF6-EF0F-4F7E-8F3E-7529AF5F9E62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetInteractor.Mcp", "src\NetInteractor.Mcp\NetInteractor.Mcp.csproj", "{55944B84-EAC8-4723-90BB-C29B9FD433E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0C88DD14-F956-CE84-757C-A364CCF449FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetInteractor.Mcp.Test", "test\NetInteractor.Mcp.Test\NetInteractor.Mcp.Test.csproj", "{DD2E1705-6543-4068-8293-7531AEEDDF4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -71,6 +77,30 @@ Global
{1451EBF6-EF0F-4F7E-8F3E-7529AF5F9E62}.Release|x64.Build.0 = Release|Any CPU
{1451EBF6-EF0F-4F7E-8F3E-7529AF5F9E62}.Release|x86.ActiveCfg = Release|Any CPU
{1451EBF6-EF0F-4F7E-8F3E-7529AF5F9E62}.Release|x86.Build.0 = Release|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Debug|x64.ActiveCfg = Debug|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Debug|x64.Build.0 = Debug|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Debug|x86.ActiveCfg = Debug|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Debug|x86.Build.0 = Debug|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Release|Any CPU.Build.0 = Release|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Release|x64.ActiveCfg = Release|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Release|x64.Build.0 = Release|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Release|x86.ActiveCfg = Release|Any CPU
{55944B84-EAC8-4723-90BB-C29B9FD433E4}.Release|x86.Build.0 = Release|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Debug|x64.ActiveCfg = Debug|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Debug|x64.Build.0 = Debug|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Debug|x86.ActiveCfg = Debug|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Debug|x86.Build.0 = Debug|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Release|Any CPU.Build.0 = Release|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Release|x64.ActiveCfg = Release|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Release|x64.Build.0 = Release|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Release|x86.ActiveCfg = Release|Any CPU
{DD2E1705-6543-4068-8293-7531AEEDDF4F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -80,5 +110,7 @@ Global
{A9186BD7-EFFC-4B4D-B828-C4F4AA924C50} = {F5108642-5386-4F95-ACF8-8DA0AD621820}
{96C0F6DB-7F80-4E41-B9E8-75C5F750B4BF} = {F5108642-5386-4F95-ACF8-8DA0AD621820}
{1451EBF6-EF0F-4F7E-8F3E-7529AF5F9E62} = {F5108642-5386-4F95-ACF8-8DA0AD621820}
{55944B84-EAC8-4723-90BB-C29B9FD433E4} = {F5108642-5386-4F95-ACF8-8DA0AD621820}
{DD2E1705-6543-4068-8293-7531AEEDDF4F} = {0C88DD14-F956-CE84-757C-A364CCF449FC}
EndGlobalSection
EndGlobal
30 changes: 30 additions & 0 deletions src/NetInteractor.Mcp/NetInteractor.Mcp.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<Nullable>enable</Nullable>
<Authors>Kerry Jiang</Authors>
<Description>MCP (Model Context Protocol) Server Tools for NetInteractor - enables AI agents like GitHub Copilot and Claude to execute web automation scripts.</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>Web;Automation;MCP;ModelContextProtocol;AI;Copilot;Claude;WebAutomation;LLM;Tools</PackageTags>
<RepositoryUrl>https://github.com/kerryjiang/NetInteractor.git</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(IncludeReleaseNotes)' == 'true'">
<PackageReadmeFile>v$(PackageVersion).md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup Condition="'$(IncludeReleaseNotes)' == 'true'">
<None Include="../../releaseNotes/v$(PackageVersion).md" Pack="true" PackagePath="/" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../NetInteractor/NetInteractor.csproj" />
<ProjectReference Include="../NetInteractor.Playwright/NetInteractor.Playwright.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ScriptDescription.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ModelContextProtocol" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="NetInteractor.Mcp.Test" />
</ItemGroup>
</Project>
Loading
Loading