Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96
test_client_integration.py429 B
import pagerduty import pytest from conftest import skip_if_no_pagerduty_key from pagerduty_mcp_server.client import create_client @pytest.mark.integration @pytest.mark.client @skip_if_no_pagerduty_key def test_get_api_client(): """Test that the API client is created correctly.""" test_client = create_client() assert isinstance(test_client, pagerduty.RestApiV2Client) assert test_client.api_key is not None

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/wpfleger96/pagerduty-mcp-server'

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