Skip to main content
Glama
test_chat_terminal.py634 B
"""Validation suite for the retired chat terminal compatibility shim.""" from __future__ import annotations import logging import pytest from mcp2term import chat_terminal @pytest.mark.parametrize("use_real_dependencies", [False, True]) def test_chat_terminal_main_reports_retirement(caplog, use_real_dependencies: bool) -> None: """Ensure running the legacy entry point reports a graceful no-op.""" with caplog.at_level(logging.INFO, logger="mcp2term.chat_terminal"): exit_code = chat_terminal.main([]) assert exit_code == 0 assert any("decommissioned" in record.message for record in caplog.records)

Latest Blog Posts

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/FreddyE1982/mcp2term'

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