How to Report an Issue
If you encounter problems while using the DVT MCP Server, providing the correct diagnostic information is essential for effective support. An issue report must include the MCP Server logs and a thread dump, if the case.
All issues must be reported by sending an email to support@amiq.com.
MCP Server Logs
MCP Server writes detailed operational logs that are required to diagnose most issues.
These can be found at $DVT_USER_DIR/mcp/** or $HOME/.dvt/mcp/**.
How to generate a thread dump
Open a terminal on the machine where the MCP Server is running. Identify the PID of the MCP Connector and Endpoint java processes, for example:
ps aux | grep ro.amiq.dvt.ai.mcp.McpConnectorMain
ps aux | grep ro.amiq.dvt.ai.mcp.McpCLIEndpointMain
Run the following command:
$DVT_HOME/bin/dvt_debug_utils.sh -pid <PID> -thread_dump -nof_kills 60 -tbs 500ms
The thread dump is generated in the current directory.