We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smatiolids/astra-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•410 B
# MCP Server Test Suite
This directory contains test scripts for the Astra MCP Server.
## Test Script: `test.py`
### Prerequisites
1. Ensure the Astra MCP Server is properly configured with:
- Valid Astra DB credentials in `.env` file
- Required collections exist in your Astra DB instance
### Running the Tests
```bash
# From the project root directory
python -m pytest tests/test_table.py -v
```