Skip to main content
Glama

Test Runner MCP

by privsim
#!/usr/bin/env bats @test "basic addition works" { result="$(( 2 + 2 ))" [ "$result" -eq 4 ] } @test "check current working directory" { run pwd [ "$status" -eq 0 ] [[ "$output" == *"test-runner"* ]] } @test "verify environment variable" { [ -n "$PATH" ] } @test "test with output" { echo "some test output" [ true ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/privsim/mcp-test-runner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server