Skip to main content
Glama

Code MCP Server

by block

run_tests

Execute tests in a specified programming language and framework using a test runner. Input language, framework, path, and pattern to run tests efficiently in VS Code via the 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