Skip to main content
Glama

MCP Prompt Tester

by rt96-hub
__init__.py380 B
"""LLM providers for MCP Prompt Tester.""" from .base import ProviderBase, ProviderError from .openai import OpenAIProvider from .anthropic import AnthropicProvider # Registry of available providers PROVIDERS = { "openai": OpenAIProvider, "anthropic": AnthropicProvider, } __all__ = ["ProviderBase", "ProviderError", "OpenAIProvider", "AnthropicProvider", "PROVIDERS"]

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/rt96-hub/prompt-tester'

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