We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dipseth/dataproc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•889 B
# Test Data
This directory contains test data files used during development and testing of the Dataproc MCP server.
## Files
### CSV Output Files
- **clean-output.csv** - Original cleaned output data from job results testing
- **clean-output-v2.csv** - Second version of cleaned output data
- **clean-output-v3.csv** - Third version of cleaned output data
These files contain sample job output data that was used to test and validate the job results formatting and parsing functionality.
## Usage
These files are referenced by various test scripts to validate that job output parsing and formatting works correctly. They represent real output data from Dataproc jobs that has been cleaned and formatted for testing purposes.
## Note
These files may contain sample data and should not be used in production environments. They are intended for testing and development purposes only.