Skip to main content
Glama

Code MCP Server

by block

run_tests

Executes tests by leveraging specified test frameworks like pytest or jest. Input language, framework, and test path to run tests efficiently within VS Code via Code MCP Server.

Instructions

Run tests using appropriate test runner

Input Schema

NameRequiredDescriptionDefault
frameworkNoTest framework (pytest, jest, mocha, etc)
languageYesProgramming language
pathNoPath to test file or directory
patternNoTest file pattern

Input Schema (JSON Schema)

{ "properties": { "framework": { "description": "Test framework (pytest, jest, mocha, etc)", "type": "string" }, "language": { "description": "Programming language", "type": "string" }, "path": { "description": "Path to test file or directory", "type": "string" }, "pattern": { "description": "Test file pattern", "type": "string" } }, "required": [ "language" ], "type": "object" }

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/block/vscode-mcp'

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