-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Description
get_ai_elements_component tool seems lose input schema:
{
"tools": [
{
"name": "get_ai_elements_components",
"description": "Provides a list of all AI Elements components.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
},
{
"name": "get_ai_elements_component",
"description": "Provides information about an AI Elements component.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
}
]
}So LLM does not know how to call it:
Error: MCP error -32603: t._parse is not a function
Please fix it. Thanks.
ski043
Metadata
Metadata
Assignees
Labels
No labels