"""
Basic tests for the Wikipedia MCP package.
"""
import pytest
from wikipedia_mcp import __version__
def test_version():
"""Test that version is a string."""
assert isinstance(__version__, str)
def test_import():
"""Test that the package can be imported."""
import wikipedia_mcp
assert wikipedia_mcp 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/Rudra-ravi/wikipedia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server