builder.datafactory Skill
Building, testing, and running the DataFactory.MCP project. Use when building source, running tests, or troubleshooting build errors. Published by microsoft in DataFactory.MCP.
What is builder.datafactory Skill?
Building, testing, and running the DataFactory.MCP project. Use when building source, running tests, or troubleshooting build errors. Published by microsoft in DataFactory.MCP. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use builder.datafactory Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/DataFactory.MCP
- Skill file: .github/skills/builder.datafactory/SKILL.md
What it does
Building, testing, and running the DataFactory.MCP project. Use when building source, running tests, or troubleshooting build errors.
Skill instructions
Building DataFactory.MCP Prerequisites - .NET 10 SDK installed - NuGet feeds configured (see nuget.config and nuget.private.config) Commands All commands run from the repo root. | Task | Command | |------|---------| | Build all | dotnet build | | Build release | dotnet build -c Release | | Build specific project | dotnet build DataFactory.MCP.Core/ | | Run all tests | dotnet test | | Run tests verbose | dotnet test -v normal | | Run specific test | dotnet test --filter "FullyQualifiedName~TestName" | | Run with coverage | dotnet test --collect:"XPlat Code Coverage" | | Run MCP server | dotnet run --project DataFactory.MCP | | Clean + build | dotnet clean && dotnet build | | Restore packages | dotnet restore | Versioning Version is defined in Directory.Build.props: xml <MajorVersion0</MajorVersion <MinorVersion19</MinorVersion <PatchVersion0</PatchVersion <PreReleaseLabelbeta</PreReleaseLabel To bump version, use Update-ServerVersion.ps1 or edit Directory.Build.props directly. NuGet Pac
Explore related resources
Frequently asked questions
What is builder.datafactory?
builder.datafactory is a open-source AI agent skill with Copy skill directory. Building, testing, and running the DataFactory.MCP project. Use when building source, running tests, or troubleshooting build errors.
Who is builder.datafactory best for?
builder.datafactory is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install builder.datafactory?
Install or run builder.datafactory using Copy skill directory. Check builder.datafactory for the latest setup command.
Is builder.datafactory actively maintained?
builder.datafactory may need a closer maintenance check before production use.
Auto-fetched from GitHub.