feat(watch,server): thread events over t3 websocket to the gateway hook, t3_answer for pending questions

This commit is contained in:
hh
2026-08-29 22:17:26 +02:00
parent d445dad57f
commit a98211b79f
11 changed files with 747 additions and 92 deletions
+3
View File
@@ -117,3 +117,6 @@ class Settings(BaseSettings):
config: Path = Path("t3code.toml")
host: str = "0.0.0.0"
port: int = 8000
state: Path = Path("t3code-mcp.json")
hook_url: str | None = None
gateway_token: str | None = None