File tree Expand file tree Collapse file tree 2 files changed +24
-8
lines changed
docs/public/schemas/fastmcp.json Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 243243 "editable" : {
244244 "anyOf" : [
245245 {
246- "type" : " string"
246+ "items" : {
247+ "type" : " string"
248+ },
249+ "type" : " array"
247250 },
248251 {
249252 "type" : " null"
250253 }
251254 ],
252255 "default" : null ,
253- "description" : " Directory to install in editable mode" ,
256+ "description" : " Directories to install in editable mode" ,
254257 "examples" : [
255- " ." ,
256- " ../my-package"
258+ [
259+ " ." ,
260+ " ../my-package"
261+ ],
262+ [
263+ " /path/to/package"
264+ ]
257265 ],
258266 "title" : " Editable"
259267 }
Original file line number Diff line number Diff line change 243243 "editable" : {
244244 "anyOf" : [
245245 {
246- "type" : " string"
246+ "items" : {
247+ "type" : " string"
248+ },
249+ "type" : " array"
247250 },
248251 {
249252 "type" : " null"
250253 }
251254 ],
252255 "default" : null ,
253- "description" : " Directory to install in editable mode" ,
256+ "description" : " Directories to install in editable mode" ,
254257 "examples" : [
255- " ." ,
256- " ../my-package"
258+ [
259+ " ." ,
260+ " ../my-package"
261+ ],
262+ [
263+ " /path/to/package"
264+ ]
257265 ],
258266 "title" : " Editable"
259267 }
You can’t perform that action at this time.
0 commit comments