Skip to main content
Glama

Poetry MCP Server

conftest.py521 B
"""Pytest configuration and shared fixtures.""" import pytest from pathlib import Path @pytest.fixture def fixtures_dir() -> Path: """Return path to fixtures directory.""" return Path(__file__).parent / "fixtures" @pytest.fixture def base_files_dir(fixtures_dir: Path) -> Path: """Return path to BASE files fixtures.""" return fixtures_dir / "base_files" @pytest.fixture def markdown_dir(fixtures_dir: Path) -> Path: """Return path to markdown fixtures.""" return fixtures_dir / "markdown"

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/james-livefront/poetry-mcp'

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