mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
chore: Update fastmcp.json schema
This commit is contained in:
parent
465e4033e7
commit
25e4753d4c
2 changed files with 24 additions and 8 deletions
|
|
@ -243,17 +243,25 @@
|
|||
"editable": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"default": null,
|
||||
"description": "Directory to install in editable mode",
|
||||
"description": "Directories to install in editable mode",
|
||||
"examples": [
|
||||
".",
|
||||
"../my-package"
|
||||
[
|
||||
".",
|
||||
"../my-package"
|
||||
],
|
||||
[
|
||||
"/path/to/package"
|
||||
]
|
||||
],
|
||||
"title": "Editable"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -243,17 +243,25 @@
|
|||
"editable": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"default": null,
|
||||
"description": "Directory to install in editable mode",
|
||||
"description": "Directories to install in editable mode",
|
||||
"examples": [
|
||||
".",
|
||||
"../my-package"
|
||||
[
|
||||
".",
|
||||
"../my-package"
|
||||
],
|
||||
[
|
||||
"/path/to/package"
|
||||
]
|
||||
],
|
||||
"title": "Editable"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue