Skip to main content
Glama
conftest.py384 B
"""Test fixtures for mcp-read-pdf.""" from pathlib import Path import pytest @pytest.fixture def test_data_dir() -> Path: """Return the path to the test data directory.""" return Path(__file__).parent / "data" @pytest.fixture def sample_pdf_path(test_data_dir) -> Path: """Return the path to a sample PDF file for testing.""" return test_data_dir / "sample.pdf"

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/jbchouinard/mcp-document-reader'

If you have feedback or need assistance with the MCP directory API, please join our Discord server