We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c77e2 commit 9053f1eCopy full SHA for 9053f1e
mcpgateway/translate.py
@@ -61,7 +61,7 @@
61
import uvicorn
62
63
LOGGER = logging.getLogger("mcpgateway.translate")
64
-KEEP_ALIVE_INTERVAL = 30 # seconds ── matches the reference implementation
+KEEP_ALIVE_INTERVAL = 30 # seconds - matches the reference implementation
65
__all__ = ["main"] # for console-script entry-point
66
67
@@ -402,5 +402,5 @@ def main(argv: Optional[Sequence[str]] | None = None) -> None: # entry-point
402
sys.exit(1)
403
404
405
-if __name__ == "__main__": # python -m mcpgateway.translate …
+if __name__ == "__main__": # python -m mcpgateway.translate ...
406
main()
0 commit comments