feat: mcp

This commit is contained in:
Gab
2026-04-12 15:28:41 +10:00
parent 17724c8e2d
commit aeab50796a
5 changed files with 3 additions and 1 deletions

View File

@@ -381,7 +381,7 @@
},
"packages/tfcode": {
"name": "@toothfairyai/tfcode",
"version": "1.0.26",
"version": "1.0.31",
"bin": {
"tfcode": "./bin/tfcode",
},

View File

@@ -105,6 +105,7 @@ class TFConfig(BaseModel):
base_url=urls["base_url"],
ai_url=urls["ai_url"],
ai_stream_url=urls["ai_stream_url"],
user_agent="tfcode",
)
return self._client

View File

@@ -105,6 +105,7 @@ class TFConfig(BaseModel):
base_url=urls["base_url"],
ai_url=urls["ai_url"],
ai_stream_url=urls["ai_stream_url"],
user_agent="tfcode",
)
return self._client