feat(watch,server): thread events over t3 websocket to the gateway hook, t3_answer for pending questions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user