Skip to main content
Glama
test_cli.py320 B
"""Unit tests for ToolFront CLI commands.""" from click.testing import CliRunner from toolfront.main import main def test_cli_help(): """Test that the main CLI help works.""" runner = CliRunner() result = runner.invoke(main, ["--help"]) assert result.exit_code == 0 assert "mcp" in result.output

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/statespace-tech/toolfront'

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