mbxai 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mbxai/__init__.py +1 -1
- mbxai/mcp/client.py +3 -3
- mbxai/mcp/server.py +1 -1
- mbxai/tools/types.py +1 -1
- {mbxai-1.2.1.dist-info → mbxai-1.2.2.dist-info}/METADATA +1 -1
- {mbxai-1.2.1.dist-info → mbxai-1.2.2.dist-info}/RECORD +8 -8
- {mbxai-1.2.1.dist-info → mbxai-1.2.2.dist-info}/WHEEL +0 -0
- {mbxai-1.2.1.dist-info → mbxai-1.2.2.dist-info}/licenses/LICENSE +0 -0
mbxai/__init__.py
CHANGED
mbxai/mcp/client.py
CHANGED
@@ -36,7 +36,7 @@ class MCPTool(Tool):
|
|
36
36
|
}
|
37
37
|
}
|
38
38
|
|
39
|
-
logger.
|
39
|
+
logger.debug(f"(client) Created function definition for {self.name}: {json.dumps(function_def, indent=2)}")
|
40
40
|
return function_def
|
41
41
|
|
42
42
|
|
@@ -81,8 +81,8 @@ class MCPClient(ToolClient):
|
|
81
81
|
)
|
82
82
|
|
83
83
|
# Log response details for debugging
|
84
|
-
logger.
|
85
|
-
logger.
|
84
|
+
logger.debug(f"Tool {tool.name} response status: {response.status_code}")
|
85
|
+
logger.debug(f"Tool {tool.name} response headers: {response.headers}")
|
86
86
|
|
87
87
|
try:
|
88
88
|
result = response.json()
|
mbxai/mcp/server.py
CHANGED
mbxai/tools/types.py
CHANGED
@@ -143,5 +143,5 @@ class Tool(BaseModel):
|
|
143
143
|
}
|
144
144
|
}
|
145
145
|
|
146
|
-
logger.
|
146
|
+
logger.debug(f"(types) Created function definition for {self.name}: {json.dumps(function_def, indent=2)}")
|
147
147
|
return function_def
|
@@ -1,4 +1,4 @@
|
|
1
|
-
mbxai/__init__.py,sha256=
|
1
|
+
mbxai/__init__.py,sha256=CaI4CMV8Eswv3HMCO8KNKv5hrNhl0wFIHDHcX6sagwA,47
|
2
2
|
mbxai/core.py,sha256=WMvmU9TTa7M_m-qWsUew4xH8Ul6xseCZ2iBCXJTW-Bs,196
|
3
3
|
mbxai/examples/openrouter_example.py,sha256=-grXHKMmFLoh-yUIEMc31n8Gg1S7uSazBWCIOWxgbyQ,1317
|
4
4
|
mbxai/examples/parse_example.py,sha256=eCKMJoOl6qwo8sDP6Trc6ncgjPlgTqi5tPE2kB5_P0k,3821
|
@@ -10,9 +10,9 @@ mbxai/examples/tool_client_example.py,sha256=9DNaejXLA85dPbExMiv5y76qlFhzOJF9E5E
|
|
10
10
|
mbxai/examples/mcp/mcp_client_example.py,sha256=R4H-OU5FvGL41cCkTdLa3bocsmVJYQYOcOHRf61nbZc,2822
|
11
11
|
mbxai/examples/mcp/mcp_server_example.py,sha256=nFfg22Jnc6HMW_ezLO3So1xwDdx2_rItj5CR-y_Nevs,3966
|
12
12
|
mbxai/mcp/__init__.py,sha256=_ek9iYdYqW5saKetj4qDci11jxesQDiHPJRpHMKkxgU,175
|
13
|
-
mbxai/mcp/client.py,sha256=
|
13
|
+
mbxai/mcp/client.py,sha256=rrUq2ObvUZOcz6fRyZ7ukB2rzUXIPqnQtBFwyt3VrJY,5216
|
14
14
|
mbxai/mcp/example.py,sha256=oaol7AvvZnX86JWNz64KvPjab5gg1VjVN3G8eFSzuaE,2350
|
15
|
-
mbxai/mcp/server.py,sha256=
|
15
|
+
mbxai/mcp/server.py,sha256=779lPFAXYbOc3dBO-tK_PBCtICStyDc1zQaNdo1xfxU,3454
|
16
16
|
mbxai/openrouter/__init__.py,sha256=Ito9Qp_B6q-RLGAQcYyTJVWwR2YAZvNqE-HIYXxhtD8,298
|
17
17
|
mbxai/openrouter/client.py,sha256=au2VDSoIU6zKd1LIlQ6ObG_YpUK2AaG9bW-fBV2iVgk,19882
|
18
18
|
mbxai/openrouter/config.py,sha256=Ia93s-auim9Sq71eunVDbn9ET5xX2zusXpV4JBdHAzs,3251
|
@@ -21,8 +21,8 @@ mbxai/openrouter/schema.py,sha256=H_77ZrA9zmbX155bWpCJj1jehUyJPS0QybEW1IVAoe0,54
|
|
21
21
|
mbxai/tools/__init__.py,sha256=ogxrHvgJ7OR62Lmd5x9Eh5d2C0jqWyQis7Zy3yKpZ78,218
|
22
22
|
mbxai/tools/client.py,sha256=YbQMWMw8c5XPwarT1u6TRgbsqYBJaTsO8j3EyCBoz9g,14906
|
23
23
|
mbxai/tools/example.py,sha256=1HgKK39zzUuwFbnp3f0ThyWVfA_8P28PZcTwaUw5K78,2232
|
24
|
-
mbxai/tools/types.py,sha256=
|
25
|
-
mbxai-1.2.
|
26
|
-
mbxai-1.2.
|
27
|
-
mbxai-1.2.
|
28
|
-
mbxai-1.2.
|
24
|
+
mbxai/tools/types.py,sha256=7gNIJBjzr9i4DT50OGLMjn3-6yBXqlK-kIz_RWcqywo,5875
|
25
|
+
mbxai-1.2.2.dist-info/METADATA,sha256=9lTianvqao9yH8Ix7X_KrYOhzuBL3yny0XxdexDPQTw,4147
|
26
|
+
mbxai-1.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
27
|
+
mbxai-1.2.2.dist-info/licenses/LICENSE,sha256=hEyhc4FxwYo3NQ40yNgZ7STqwVk-1_XcTXOnAPbGJAw,1069
|
28
|
+
mbxai-1.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|