Skip to main content
Glama

MCP Prompt Cleaner

by Da-Colon
conftest.py439 B
import pytest import asyncio from unittest.mock import AsyncMock from llm.client import LLMClient @pytest.fixture def event_loop(): """Create an instance of the default event loop for the test session.""" loop = asyncio.get_event_loop_policy().new_event_loop() yield loop loop.close() @pytest.fixture def mock_llm_client(): """Mock LLM client for testing""" client = AsyncMock(spec=LLMClient) return client

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/Da-Colon/mcp-py-prompt-cleaner'

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