We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yconst/preloop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_version.py•200 B
"""Test the package version."""
import preloop
def test_version():
"""Test that the version is a string."""
assert isinstance(preloop.__version__, str)
assert preloop.__version__ != ""