We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PyJudge/pdf4vllm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_test.sh•308 B
#!/bin/bash
# PDF MCP for vLLM Test Server Launcher
# Universal script for running the interactive testing interface
# Kill any existing uvicorn processes on port 8000
pkill -f "uvicorn.*8000" 2>/dev/null || true
# Wait a moment for port to be released
sleep 1
# Run the test server
python test_server.py