Tox Testing MCP Server
by that1guy15
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TOX_APP_DIR | Yes | Directory containing the tox.ini file. This is where tox commands will be executed from. The path should point to the root of your Python project where tox.ini is located. | |
TOX_TIMEOUT | No | Maximum time in seconds to wait for test execution to complete. If a test run takes longer than this timeout, it will be terminated. | 600 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_tox_tests | Run tox tests with different modes and options |