mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-05 20:24:14 +08:00
49 lines
707 B
JSON
49 lines
707 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"mcp": {
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"enum": [
|
|
"remote",
|
|
"local"
|
|
]
|
|
},
|
|
"enabled": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": []
|
|
},
|
|
"subagent": {
|
|
"type": "object",
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": []
|
|
},
|
|
"instructions": {
|
|
"type": "object",
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": []
|
|
},
|
|
"skills": {
|
|
"type": "object",
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"required": [],
|
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
} |