We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/entanglr/mediawiki-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•353 B
"""Test suite initialization module for MediaWiki MCP server."""
from .test_tools import TestToolDefinitions
from .test_wiki_page_edit import TestEditHandlers
from .test_wiki_page_get import TestGetHandlers
from .test_wiki_search import TestSearchHandlers
__all__ = ["TestEditHandlers", "TestGetHandlers", "TestSearchHandlers", "TestToolDefinitions"]