Skip to main content
Glama

Moatless MCP Server

by TwT23333

run_tests

Execute tests using detected frameworks like pytest, jest, or maven. Specify a test file, directory, or additional arguments, or detect frameworks without running tests.

Instructions

Run tests using detected testing frameworks (pytest, jest, maven, etc.)

Input Schema

NameRequiredDescriptionDefault
argsNoAdditional arguments to pass to the test runner
detect_onlyNoOnly detect available frameworks without running tests
frameworkNoTesting framework to use (auto-detected if not specified)
test_pathNoSpecific test file or directory to run

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Additional arguments to pass to the test runner", "items": { "type": "string" }, "type": "array" }, "detect_only": { "default": false, "description": "Only detect available frameworks without running tests", "type": "boolean" }, "framework": { "description": "Testing framework to use (auto-detected if not specified)", "type": "string" }, "test_path": { "description": "Specific test file or directory to run", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Moatless MCP Server

Related Tools

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/TwT23333/mcp'

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