Skip to content

MCP Server tool get_ai_elements_component is not working? #281

@abcfy2

Description

@abcfy2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions