@echo off
REM NetBox MCP Server Test Script for Windows
REM This script tests the MCP server end-to-end
echo ๐งช Testing MCP server...
REM Start development services
echo ๐ Starting development services...
docker-compose -f docker-compose.dev.yml up -d
REM Wait for services to be ready
echo โณ Waiting for services to be ready...
timeout /t 15 /nobreak >nul
REM Run tests
echo ๐ฌ Running tests...
python -m pytest tests/ -v --tb=short
REM Test MCP server functionality
echo ๐ง Testing MCP server functionality...
python examples/test_mcp_server.py
echo โ All tests completed!
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/fringemonkey/mcp-dc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server