fiftyone-mcp-server 0.1.1__tar.gz → 0.1.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fiftyone-mcp-server
3
- Version: 0.1.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 | Description |
181
- |-----------|-------------|
182
- | **Operator System** | 80+ FiftyOne operators through unified interface |
183
- | **Plugin System** | AI discovers and installs plugins on demand |
184
- | **Session System** | Launch FiftyOne App for delegated operators |
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/)
@@ -56,6 +56,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
56
56
  }
57
57
  }
58
58
  ```
59
+
59
60
  </details>
60
61
 
61
62
  <details>
@@ -64,6 +65,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
64
65
  ```bash
65
66
  claude mcp add fiftyone -- fiftyone-mcp
66
67
  ```
68
+
67
69
  </details>
68
70
 
69
71
  <details>
@@ -78,6 +80,7 @@ Add to Cursor MCP settings:
78
80
  }
79
81
  }
80
82
  ```
83
+
81
84
  </details>
82
85
 
83
86
  <details>
@@ -94,6 +97,7 @@ Add to `.vscode/mcp.json`:
94
97
  }
95
98
  }
96
99
  ```
100
+
97
101
  </details>
98
102
 
99
103
  <details>
@@ -110,6 +114,7 @@ Edit `~/Library/Application Support/ChatGPT/config.json`:
110
114
  }
111
115
  }
112
116
  ```
117
+
113
118
  </details>
114
119
 
115
120
  ### Option 2: uvx (No Install Needed)
@@ -146,12 +151,12 @@ The server starts with 50 built-in operators. Install plugins to expand function
146
151
 
147
152
  ## Architecture
148
153
 
149
- | Component | Description |
150
- |-----------|-------------|
151
- | **Operator System** | 80+ FiftyOne operators through unified interface |
152
- | **Plugin System** | AI discovers and installs plugins on demand |
153
- | **Session System** | Launch FiftyOne App for delegated operators |
154
- | **Context Management** | Dataset, view, and selection state |
154
+ | Component | Description |
155
+ | ---------------------- | ------------------------------------------------ |
156
+ | **Operator System** | 80+ FiftyOne operators through unified interface |
157
+ | **Plugin System** | AI discovers and installs plugins on demand |
158
+ | **Session System** | Launch FiftyOne App for delegated operators |
159
+ | **Context Management** | Dataset, view, and selection state |
155
160
 
156
161
  **Design Philosophy:** Minimal tool count (16 tools), maximum flexibility (full operator & plugin ecosystem).
157
162
 
@@ -207,6 +212,7 @@ To test your local changes with Claude Desktop, update your config:
207
212
  }
208
213
  }
209
214
  ```
215
+
210
216
  ## Resources
211
217
 
212
218
  - [FiftyOne Docs](https://docs.voxel51.com/)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fiftyone-mcp-server"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "MCP server exposing FiftyOne dataset analysis tools"
5
5
  authors = ["Adonai Vera <adonai.vera@gmail.com>"]
6
6
  license = "MIT"