Developer Tools
Trust: 30/100 (Limited)com.microsoft.esrp/esrp-oss-mcp-test Guide
The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
by sravanism
Quick Start
Install
npx @microsoft/esrp-release-test-integrationClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-microsoft-esrp-esrp-oss-mcp-test": {
"command": "npx",
"args": [
"@microsoft/esrp-release-test-integration"
]
}
}
}