import sys
import warnings
from . import cli
def main():
"""
Deprecated CLI entry point that shows a warning and then calls the main CLI module.
This will be removed in version 0.3.0.
"""
warnings.warn(
"The 'chroma-client' command is deprecated and will be removed in version 0.3.0. "
"Please use 'chroma-mcp-client' instead.",
DeprecationWarning,
stacklevel=2,
)
return cli.main()
if __name__ == "__main__":
sys.exit(main())
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/djm81/chroma_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server