defrun_query(directory_path, query): if not shutil.which("uvx"): st.error("uvx is not installed. Please install it with `pip install uvx`.") return async defexecute_query(): async withMCPServerStdio( cache_tools_list=True, params={ "command":"python","args": ["-m","mcp_server...