Skip to main content
Glama
test_regression_authenticated_client.py489 B
"""Regression tests for authenticated client. This module tests for specific regression issues in the authenticated client functionality. """ from amazon_ads_mcp.utils.http_client import AuthenticatedClient def test_authenticated_client_has_inject_headers_method(): assert hasattr(AuthenticatedClient, "_inject_headers"), "AuthenticatedClient is missing _inject_headers()" assert callable(getattr(AuthenticatedClient, "_inject_headers")), "_inject_headers should be callable"

Latest Blog Posts

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/KuudoAI/amazon_ads_mcp'

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