Step 3: Verify your environment
- Last Updated: May 8, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use the following commands to confirm that the images and versions are correctly
installed:
- Use the built-in ./mcpgen doctor command to run environment and dependency diagnostics. For more information, see Doctor.
- List the available images in Docker to confirm the MCP Server image and utilities image
exist:
An output similar to the following appears:docker images --filter "reference=openedge-mcp*"docker images --filter "reference=openedge-mcp*" IMAGE ID DISK USAGE CONTENT SIZE EXTRA openedge-mcp-server:1.0.0 11f02a0b5f1f 397MB 189MB openedge-mcp-server:latest 11f02a0b5f1f 397MB 189MB openedge-mcp-utils:1.0.0 546c3a64f666 481MB 227MB openedge-mcp-utils:latest 546c3a64f666 481MB 227MB - Verify the
mcpgenutility version and timestamp of the server image
An output similar to the following appears:./mcpgen --versionmcpgen Python edition: 1.0.0 Server image: openedge-mcp-server:latest (created: 2025-12-17T18:09:08.986464865Z)Note: Themcpgenutility version number, server image ID, and creation timestamp shown in this example may differ from those in your environment. Comparing this output with your local setup may show different values.