We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/canova/searchfox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•472 B
# Searchfox MCP Tests
This directory contains testing utilities for the searchfox-mcp server.
## Usage
### Run All Tests
```bash
npm test
```
### Run Specific Tests
```bash
npm test search # Filter by tool name
npm test "Symbol Search" # Filter by test name
```
### Manual Testing
```bash
npm run test:manual <tool-name> '<json-args>'
```
Example:
```bash
npm run test:manual search '{"query":"nsIFrame","repo":"mozilla-central","limit":5}'
```