We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sawyer-shi/mind-map-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•531 B
# Test Directory
This directory contains tests for the Mind Map MCP Server.
## Structure
Place your test files here. Example test files could include:
- `test_mind_map_center.py` - Tests for center layout
- `test_mind_map_horizontal.py` - Tests for horizontal layout
- `test_mind_map_free.py` - Tests for free/smart layout
- `test_server.py` - Tests for the MCP server
## Running Tests
You can run tests using pytest or unittest:
```bash
# Using pytest
pytest test/
# Using unittest
python -m unittest discover test
```