fiftyone-mcp-server 0.1.1__py3-none-any.whl → 0.1.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.
- {fiftyone_mcp_server-0.1.1.dist-info → fiftyone_mcp_server-0.1.2.dist-info}/METADATA +13 -7
- {fiftyone_mcp_server-0.1.1.dist-info → fiftyone_mcp_server-0.1.2.dist-info}/RECORD +4 -4
- {fiftyone_mcp_server-0.1.1.dist-info → fiftyone_mcp_server-0.1.2.dist-info}/WHEEL +0 -0
- {fiftyone_mcp_server-0.1.1.dist-info → fiftyone_mcp_server-0.1.2.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fiftyone-mcp-server
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: MCP server exposing FiftyOne dataset analysis tools
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: mcp,fiftyone,computer-vision,ai,datasets,model-context-protocol
|
|
@@ -87,6 +87,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
```
|
|
90
|
+
|
|
90
91
|
</details>
|
|
91
92
|
|
|
92
93
|
<details>
|
|
@@ -95,6 +96,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
95
96
|
```bash
|
|
96
97
|
claude mcp add fiftyone -- fiftyone-mcp
|
|
97
98
|
```
|
|
99
|
+
|
|
98
100
|
</details>
|
|
99
101
|
|
|
100
102
|
<details>
|
|
@@ -109,6 +111,7 @@ Add to Cursor MCP settings:
|
|
|
109
111
|
}
|
|
110
112
|
}
|
|
111
113
|
```
|
|
114
|
+
|
|
112
115
|
</details>
|
|
113
116
|
|
|
114
117
|
<details>
|
|
@@ -125,6 +128,7 @@ Add to `.vscode/mcp.json`:
|
|
|
125
128
|
}
|
|
126
129
|
}
|
|
127
130
|
```
|
|
131
|
+
|
|
128
132
|
</details>
|
|
129
133
|
|
|
130
134
|
<details>
|
|
@@ -141,6 +145,7 @@ Edit `~/Library/Application Support/ChatGPT/config.json`:
|
|
|
141
145
|
}
|
|
142
146
|
}
|
|
143
147
|
```
|
|
148
|
+
|
|
144
149
|
</details>
|
|
145
150
|
|
|
146
151
|
### Option 2: uvx (No Install Needed)
|
|
@@ -177,12 +182,12 @@ The server starts with 50 built-in operators. Install plugins to expand function
|
|
|
177
182
|
|
|
178
183
|
## Architecture
|
|
179
184
|
|
|
180
|
-
| Component
|
|
181
|
-
|
|
182
|
-
| **Operator System**
|
|
183
|
-
| **Plugin System**
|
|
184
|
-
| **Session System**
|
|
185
|
-
| **Context Management** | Dataset, view, and selection state
|
|
185
|
+
| Component | Description |
|
|
186
|
+
| ---------------------- | ------------------------------------------------ |
|
|
187
|
+
| **Operator System** | 80+ FiftyOne operators through unified interface |
|
|
188
|
+
| **Plugin System** | AI discovers and installs plugins on demand |
|
|
189
|
+
| **Session System** | Launch FiftyOne App for delegated operators |
|
|
190
|
+
| **Context Management** | Dataset, view, and selection state |
|
|
186
191
|
|
|
187
192
|
**Design Philosophy:** Minimal tool count (16 tools), maximum flexibility (full operator & plugin ecosystem).
|
|
188
193
|
|
|
@@ -238,6 +243,7 @@ To test your local changes with Claude Desktop, update your config:
|
|
|
238
243
|
}
|
|
239
244
|
}
|
|
240
245
|
```
|
|
246
|
+
|
|
241
247
|
## Resources
|
|
242
248
|
|
|
243
249
|
- [FiftyOne Docs](https://docs.voxel51.com/)
|
|
@@ -7,7 +7,7 @@ fiftyone_mcp/tools/operators.py,sha256=bek1o1GjOsy8o4WAtv1DcMm35wvLbi2fcsOKsnIY9
|
|
|
7
7
|
fiftyone_mcp/tools/plugins.py,sha256=nwITl1k2cbhsP4hjuZvbwVOFe5-GQARrqghltpWOwUY,10509
|
|
8
8
|
fiftyone_mcp/tools/session.py,sha256=AYBaj6pugyC1w-hHf4EZJ149Edvy0amweZeoZ4h71Fw,10721
|
|
9
9
|
fiftyone_mcp/tools/utils.py,sha256=kAswqiJugRBuC4ZFaeA8mKPchDVQzic7mrSMR1zGTug,2660
|
|
10
|
-
fiftyone_mcp_server-0.1.
|
|
11
|
-
fiftyone_mcp_server-0.1.
|
|
12
|
-
fiftyone_mcp_server-0.1.
|
|
13
|
-
fiftyone_mcp_server-0.1.
|
|
10
|
+
fiftyone_mcp_server-0.1.2.dist-info/METADATA,sha256=cveI1NVlOoH5NexWeb1oNisF2iJEtvQ5FdS9khrBuu4,6807
|
|
11
|
+
fiftyone_mcp_server-0.1.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
12
|
+
fiftyone_mcp_server-0.1.2.dist-info/entry_points.txt,sha256=SaZqYMrreTAYdbR5Dtle_pMKL5hFpi95dVPWMmlDXHs,56
|
|
13
|
+
fiftyone_mcp_server-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
{fiftyone_mcp_server-0.1.1.dist-info → fiftyone_mcp_server-0.1.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|