We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mclamee/credential-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•270 B
"""
Pytest configuration for credential-manager-mcp tests
"""
import os
import sys
from pathlib import Path
# Add the parent directory to Python path so we can import credential_manager
project_root = Path(__file__).parent.parent
sys.path.insert(0, str(project_root))