pub fn parse_uri_with_params( uri: &str, ) -> McpResult<(String, HashMap<String, String>)>
Parse a URI and extract query parameters