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.
The hosted Unstructured Transform MCP server renamed three of its tools after
examples/unstructured_transform_mcpwas merged (#29), so the example no longer runs.transform_filesis nowstart_transform_jobcheck_transform_statusis nowcheck_job_statusget_transform_resultsis nowget_job_resultsrequest_file_upload_urlis unchanged, and the arguments and response shapes are the same, so this is a rename only.Two places break at runtime. The
tool_filterinconfigs/config.ymllists names the server does not expose, so the function group comes up without them, andresolve_toolsthen raisesRequired 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.