Merge branch 'main' into dev/shaqayeq/python-sdk-public-api

This commit is contained in:
Shaqayeq
2026-03-13 13:59:03 -07:00
committed by GitHub
442 changed files with 16855 additions and 24262 deletions

View File

@@ -95,3 +95,5 @@ class ServerInfo(BaseModel):
class InitializeResponse(BaseModel):
serverInfo: ServerInfo | None = None
userAgent: str | None = None
platformFamily: str | None = None
platformOs: str | None = None