Skip to main content
Glama

dev-kit-mcp-server

predefined_commands

Execute predefined commands like 'check', 'doctest', 'make', and 'pytest' directly without terminal access. Simplify command execution by passing parameters and retrieving results in a structured format.

Instructions

Use instead of terminal: Execute a predefined command. The command string may include parameters after the command name.

Available commands list: ['check', 'doctest', 'make', 'pytest']. Args: command: The command to execute, with optional parameters (e.g., 'test', 'test myparam') Returns: A dictionary containing the execution results for the command Raises: ValueError: If no command is provided

Input Schema

NameRequiredDescriptionDefault
commandYes

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" } }, "required": [ "command" ], "type": "object" }
Install Server

Other Tools from dev-kit-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/DanielAvdar/dev-kit-mcp-server'

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