Skip to main content

Requirements

Before you begin, you must have the following:

Install the Transform MCP server

You should be able to instruct the IBM Bob IDE to install the Transform MCP server by asking the IBM Bob IDE the following:
If this does not work, to install the Transform MCP server manually, complete the following steps.If you are able to successfully connect, skip ahead to parse your source files.
  1. Open the IBM Bob IDE’s mcp.json settings file in a text editor. This file is typically located at:
    • For macOS and Linux: ~/.bob/settings/mcp.json
    • For Windows: %APPDATA%\Bob\settings\mcp.json
  2. Add the following entry to the mcpServers object:
  3. Save and close the mcp.json file.
  4. From your terminal, authenticate with the Transform MCP server:
    A web browser tab will appear, prompting you to authenticate with Transform. Follow the on-screen directions to finish authenticating.
  5. After you authenticate, back in your terminal, press Ctrl + C to exit and return to your terminal prompt.
  6. Start the IBM Bob IDE.
  7. If prompted, log in to Bob with your IBM Cloud account.
  8. The Transform MCP server is ready for you to start using.
To confirm whether the Transform MCP server is indeed connected and all of its tools are available to you, do the following:
  1. In the IBM Bob IDE, if the IBM Bob panel is not visible, open it (from the main menu, click View > Open View > IBM Bob).
  2. In the IBM Bob panel’s title bar, click the gear icon (Settings).
  3. In the Bob Settings editor tab, on the sidebar, click MCP.
  4. In the list of MCP servers, the Unstructured Transform MCP server should show as Connected. If not, click the Connect button, and follow any on-screen directions to finish connecting. If the Unstructured Transform MCP server is not listed, use the MCP servers filter drop-down to choose All, or click the refresh icon (Refresh all servers).
  5. Make sure that all of the Transform MCP server’s tools are available to you. To do this, click the Unstructured Transform list entry. In the Tools list, make sure that each tool has its Always allow box checked, and switch on its toggle labeled Enable or disable this tool for use in prompts.

Parse your source files

Parsing requests have the following limits:
  • Each file must be of a supported file type.
  • Each file must be 50 MB or less in size.
  • Each request must have 10 files or fewer.
  • Only 5 requests can be running at a time.
The Transform MCP server is designed to notify the IBM Bob IDE about these limits. Because of this, the IBM Bob IDE should notify you whenever it encounters a file that exceeds 50 MB in size. Also, the IBM Bob IDE should formulate strategies to send requests that are 10 files or fewer and not cause more than 5 requests to be running at a time.
  1. After you install the Transform MCP server and start the IBM Bob IDE, open the folder that stores the files you want Transform to parse (from the main menu, click File > Open Folder).
  2. If the IBM Bob panel is not visible, open it (from the main menu, click View > Open View > IBM Bob).
  3. In the IBM Bob editor tab, enter the following prompt:
    As needed, adapt the phrase in this project in the preceding prompt to indicate a more specific project folder. Also, as needed, guide the IBM Bob IDE as to where to write Transform’s output into the project. Transform parses your input files and delivers its results to you as a set of output files, one output file per input file.

Next steps

Questions? Need help?