smooth-py 0.3.0__py3-none-any.whl → 0.3.5.dev20251110__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.
Potentially problematic release.
This version of smooth-py might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: smooth-py
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5.dev20251110
|
|
4
4
|
Summary:
|
|
5
5
|
Author: Luca Pinchetti
|
|
6
6
|
Author-email: luca@circlemind.co
|
|
@@ -38,12 +38,6 @@ You can install the Smooth Python SDK using pip:
|
|
|
38
38
|
pip install smooth-py
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
For MCP server functionality, also install FastMCP:
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
pip install fastmcp
|
|
45
|
-
```
|
|
46
|
-
|
|
47
41
|
## Quick Start Options
|
|
48
42
|
|
|
49
43
|
### Option 1: Direct SDK Usage
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
smooth/__init__.py,sha256=rxez0UEybvVE8aYTjCma-EDM3jm58xCO4t_b1U8d4pw,58492
|
|
2
|
+
smooth/mcp/__init__.py,sha256=0aJVFi2a8Ah3-5xtgyZ5UMbaaJsBWu2T8QLWoFQITk8,219
|
|
3
|
+
smooth/mcp/server.py,sha256=9SymTD4NOGTMN8P-LNGlvYNvv81yCIZfZeeuhEcAc6s,20068
|
|
4
|
+
smooth_py-0.3.5.dev20251110.dist-info/METADATA,sha256=7UzJH3M6wi_mb4aTBgXgUc2q1C1yERCENVIXs4I_unk,7443
|
|
5
|
+
smooth_py-0.3.5.dev20251110.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
6
|
+
smooth_py-0.3.5.dev20251110.dist-info/RECORD,,
|
smooth_py-0.3.0.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
smooth/__init__.py,sha256=yhlG6m00uOw8umRC7ONImCMCiCkWTV5khj050qfD_V8,38411
|
|
2
|
-
smooth/mcp/__init__.py,sha256=0aJVFi2a8Ah3-5xtgyZ5UMbaaJsBWu2T8QLWoFQITk8,219
|
|
3
|
-
smooth/mcp/server.py,sha256=9SymTD4NOGTMN8P-LNGlvYNvv81yCIZfZeeuhEcAc6s,20068
|
|
4
|
-
smooth_py-0.3.0.dist-info/METADATA,sha256=OJjBn5D0m9N78qyFfiVwN8nd3pSrMNG4V0ubVkMuyfM,7517
|
|
5
|
-
smooth_py-0.3.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
6
|
-
smooth_py-0.3.0.dist-info/RECORD,,
|
|
File without changes
|