Skip to main content
Glama

Build MCP Server

by TeodorTrotea

run_test

Execute test commands in a specified directory using the Build MCP Server. Simplifies development workflows by running tests with defined commands, supporting npm, yarn, and pnpm, and providing detailed error reporting.

Instructions

Run tests in the current directory

Input Schema

NameRequiredDescriptionDefault
commandNoTest command to run (e.g., "npm test", "yarn test")npm test
directoryNoDirectory to run tests in (default: current directory)

Input Schema (JSON Schema)

{ "properties": { "command": { "default": "npm test", "description": "Test command to run (e.g., \"npm test\", \"yarn test\")", "type": "string" }, "directory": { "description": "Directory to run tests in (default: current directory)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Build 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/TeodorTrotea/mcptest'

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