validate-samples

Validates StreamableHttpServer and StdioServer samples via MCP Inspector and DTS Dashboard, generating a structured report.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/cgillum/durabletask-dotnet-mcp --skill validate-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-samples
Source: https://github.com/cgillum/durabletask-dotnet-mcp/tree/main/.github/skills/validate-samples
Command: npx skills add https://github.com/cgillum/durabletask-dotnet-mcp --skill validate-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the StreamableHttpServer and StdioServer samples end-to-end by walking through each sample's README instructions, executing every step, and verifying correct behavior via the MCP Inspector and DTS Dashboard. Reports any issues found with initial root-cause investigation.

Core Features & Use Cases

  • Automates end-to-end validation across multiple MCP sample implementations.
  • Verifies server startup, inspector connection, tool execution, and dashboard verification.
  • Generates a structured validation report capturing steps, results, and root-cause analysis.

Quick Start

Run the validate-samples workflow to execute all sample checks and generate a report.

Frequently Asked Questions about validate-samples

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end validation for MCP server samples?

Automate MCP server sample validation by executing README instructions step-by-step, verifying server startup, inspector connection, and tool execution to output a structured validation report.

What is end-to-end MCP sample validation?

End-to-end MCP sample validation is the process of walking through a sample's README instructions, executing build and run steps, and verifying behavior via the MCP Inspector and DTS Dashboard.

Can I validate both StreamableHttpServer and StdioServer samples automatically?

Yes, automated validation applies to both StreamableHttpServer and StdioServer samples, verifying server startup, inspector connection, tool execution, and dashboard reporting for each implementation.

How do I generate a validation report for MCP sample implementations?

Generate a validation report by running the automated validation workflow, which captures executed steps, verification results, and initial root-cause analysis for any issues found during the MCP sample checks.

Does MCP sample validation require the MCP Inspector and DTS Dashboard?

Yes, the validation workflow verifies correct behavior by connecting through the MCP Inspector and checking verification results via the DTS Dashboard to ensure complete end-to-end sample coverage.

Why does my MCP server sample validation fail during the connection step?

Validation may fail during the connection step if the server startup or inspector connection encounters issues; the workflow captures these failures in a structured report with initial root-cause investigation.