Skip to main content
Glama
__init__.py736 B
"""MediaWiki MCP handlers package.""" from .wiki_meta_siteinfo import handle_meta_siteinfo from .wiki_opensearch import handle_opensearch from .wiki_page_compare import handle_compare_pages from .wiki_page_delete import handle_delete_page from .wiki_page_edit import handle_edit_page from .wiki_page_get import handle_get_page from .wiki_page_move import handle_move_page from .wiki_page_parse import handle_parse_page from .wiki_page_undelete import handle_undelete_page from .wiki_search import handle_search __all__ = ["handle_edit_page", "handle_get_page", "handle_parse_page", "handle_search", "handle_opensearch", "handle_move_page", "handle_delete_page", "handle_undelete_page", "handle_meta_siteinfo", "handle_compare_pages"]

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/entanglr/mediawiki-api-mcp'

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