We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devonmojito/ton-blockchain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
childes_fixt.py•359 B
def setup_module():
import pytest
import nltk.data
try:
nltk.data.find("corpora/childes/data-xml/Eng-USA-MOR/")
except LookupError as e:
pytest.skip(
"The CHILDES corpus is not found. "
"It should be manually downloaded and saved/unpacked "
"to [NLTK_Data_Dir]/corpora/childes/"
)