Skip to content

Commit 9053f1e

Browse files
committed
Update translate.py tests
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 11c77e2 commit 9053f1e

File tree

2 files changed

+798
-143
lines changed

2 files changed

+798
-143
lines changed

mcpgateway/translate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
import uvicorn
6262

6363
LOGGER = logging.getLogger("mcpgateway.translate")
64-
KEEP_ALIVE_INTERVAL = 30 # seconds ── matches the reference implementation
64+
KEEP_ALIVE_INTERVAL = 30 # seconds - matches the reference implementation
6565
__all__ = ["main"] # for console-script entry-point
6666

6767

@@ -402,5 +402,5 @@ def main(argv: Optional[Sequence[str]] | None = None) -> None: # entry-point
402402
sys.exit(1)
403403

404404

405-
if __name__ == "__main__": # python -m mcpgateway.translate
405+
if __name__ == "__main__": # python -m mcpgateway.translate ...
406406
main()

0 commit comments

Comments
 (0)