mcp-use TypeScript API
    Preparing search index...

    Function parseCustomProps

    • Parses JSON object and array values from string-valued custom properties.

      Invalid JSON and scalar-looking strings are preserved unchanged.

      Parameters

      • OptionalcustomProps: Record<string, string>

        Properties supplied by a host integration.

      Returns Record<string, unknown>

      A new record containing parsed object and array values.