We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcusJellinghaus/mcp-code-checker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•607 B
# Test Data Directory
This directory contains test data for the command runner STDIO tests.
## Structure
- `test_scripts/` - Sample Python scripts for testing subprocess execution
- `expected_outputs/` - Expected output files for comparison tests
- `environment_configs/` - Environment configuration files for testing
## Usage
Tests in `test_command_runner_stdio.py` use this test data to verify:
- Python subprocess STDIO isolation works correctly
- Environment variable isolation functions properly
- File-based STDIO redirection operates as expected
- Timeout and error handling behaves correctly