Skip to content

Unstructured Transform MCP example uses tool names the server no longer exposes #30

Description

@simoncoombes

The hosted Unstructured Transform MCP server renamed three of its tools after examples/unstructured_transform_mcp was merged (#29), so the example no longer runs.

  • transform_files is now start_transform_job
  • check_transform_status is now check_job_status
  • get_transform_results is now get_job_results

request_file_upload_url is unchanged, and the arguments and response shapes are the same, so this is a rename only.

Two places break at runtime. The tool_filter in configs/config.yml lists names the server does not expose, so the function group comes up without them, and resolve_tools then raises Required MCP tools [...] were not found in the function group. The README and the unit tests reference the old names too.

I maintain the Transform side and added the example, so I will open a PR for this.

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