Skip to main content
Glama

Test Runner MCP

by privsim
import 'package:flutter_test/flutter_test.dart'; void main() { test('basic addition test', () { expect(2 + 2, equals(4)); }); test('string test', () { expect('hello'.toUpperCase(), equals('HELLO')); }); test('list test', () { final list = [1, 2, 3]; expect(list.length, equals(3)); }); test('test with output', () { print('some test output'); expect(true, isTrue); }); }

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