We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewhand/mcp-flowise'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Testing `mcp-flowise`
## Structure
- `unit/`: Contains unit tests for individual modules.
- `integration/`: Contains integration tests for end-to-end scenarios.
- `fixtures/`: Contains static example data and environment files for mocking.
## Running Tests
1. Install test dependencies:
```bash
pip install pytest