# Tests
This directory contains **unit** and **integration** tests for the `actors-mcp-server` project.
# Unit Tests
Unit tests are located in the `tests/unit` directory.
To run the unit tests, you can use the following command:
```bash
npm run test:unit
```
# Integration Tests
Integration tests are located in the `tests/integration` directory.
In order to run the integration tests, you need to have the `APIFY_TOKEN` environment variable set.
Also following Actors need to exist on the target execution Apify platform:
```
ALL DEFAULT ONES DEFINED IN consts.ts AND ALSO EXPLICITLY:
apify/rag-web-browser
apify/instagram-scraper
apify/python-example
```
To run the integration tests, you can use the following command:
```bash
APIFY_TOKEN=your_token npm run test:integration
```
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apify/actors-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server