assay

tushariitr-19/assay
★ 0 stars Go AI/LLM Updated today
Framework-agnostic evaluation harness for Go — test your MCP servers and AI agents with scored, CI-ready checks.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "assay": {
      "command": "go",
      "args": [
        "run",
        "github.com/tushariitr-19/assay@latest"
      ]
    }
  }
}

README Excerpt

A framework-agnostic evaluation library and CLI for Go. Point `assay` at an **MCP server** or an **AI agent**, give it a suite of checks in YAML, and it scores whether the right tools were called, with the right arguments, fast enough, and producing the expected output — then fails your CI when something regresses.

Tools (6)

max_latencyoutput_containsoutput_regextool_calltool_correctnesstools_list

Topics

adkagent-evalai-agentsclievaluationgolangllm-evalmcpmodel-context-protocoltesting